jefffhaynes / BinarySerializer

A declarative serialization framework for controlling formatting of data at the byte and bit level using field bindings, converters, and code.
MIT License
290 stars 62 forks source link

Exceptions not forwarded in DeserializeAsync #195

Closed A016699 closed 1 year ago

A016699 commented 1 year ago

Hi, I just want do switch to async methods. But the DeserializeAsync method does not forwarded any exception. I'm using a network stream and does not get any of the socket exceptions. As I saw you not awaiting all async method calls, is this may the issue as exceptions just forwarded if an async method is awaited.

jefffhaynes commented 1 year ago

Can you give me an example of what you're seeing? And where are you seeing async calls that are not awaited?

jefffhaynes commented 1 year ago

Duplicate of #182