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
The text was updated successfully, but these errors were encountered:
0x26res
changed the title
Reset dedoder before decoding in generated DictionaryDecoder
Reset decoder before decoding in generated DictionaryDecoder
Jul 23, 2024
In the generated
DictionaryDecoder
, I've noticed thatreset
is called after the message is processed.But if the acceptor or the decoder was to throw an exception, it will put the decoder in a bad state, the next time a same message comes in.
I think it should be reset before.
The text was updated successfully, but these errors were encountered: