dotnet/orleans

SMS events lost in case of serialization failures with no failure indication if FireAndForgetDelivery=true

Open

#1,286 建立於 2016年1月14日

在 GitHub 查看
 (21 留言) (0 反應) (0 負責人)C# (10,777 star) (2,123 fork)batch import
bughelp wanted

描述

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.

貢獻者指南