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
…allowed
Previously most serializers would attempt a flush when
AUTO_CLOSE_TARGET was disabled, which is not expected if
FLUSH_PASSED_TO_STREAM is also disabled.
This change results in binary serializers behaving the same as
the json serializer.
Thank you for reporting this, showing the place where checks were missing. I had to do bit of massaging and ended up manually merging, to get this in 2.10 -- implementation has changed quite a bit between 2.x and (upcoming) 3.0.
cowtowncoder
changed the title
Inconsistent support for FLUSH_PASSED_TO_STREAM
Inconsistent support for StreamWriteFeature.FLUSH_PASSED_TO_STREAMJan 15, 2019
Cbor and Smile serializers attempt to flush streams on close when AUTO_CLOSE_TARGET is disabled, even if FLUSH_PASSED_TO_STREAM is also disabled.
The text was updated successfully, but these errors were encountered: