dotnet/orleans
Auf GitHub ansehenSMS events lost in case of serialization failures with no failure indication if FireAndForgetDelivery=true
Open
#1.286 geöffnet am 14. Jan. 2016
bughelp wanted
Repository-Metriken
- Stars
- (10.777 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 2T 2h) (64 gemergte PRs in 30 T)
Beschreibung
Reported by @onionhammer.
If FireAndForgetDelivery is set to true, there is no indication to the producer (and to consumer) in case the message payload fails to serialize. The Task returned to producer is successfully resolved before the runtime attempts to send the message.
A potential solution is to resolve the Task returned to producer only after the message is successfully sent or delivered.