You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inefficient serialization of message body for transport operations stored in OutboxRecord.TransportOperations serialized by DataContractJsonSerializer
#647
Open
ramonsmits opened this issue
Sep 3, 2021
· 0 comments
Inefficient serialization of message body for transport operations stored in OutboxRecord.TransportOperations serialized by DataContractJsonSerializer.
The DataContractJsonSerializer serialized each byte as a text int value part of a json array:
Inefficient serialization of message body for transport operations stored in OutboxRecord.TransportOperations serialized by DataContractJsonSerializer.
The DataContractJsonSerializer serialized each byte as a text int value part of a json array:
The text was updated successfully, but these errors were encountered: