Atmosphere / wasync

WebSockets with fallback transports client library for Node.js, Android and Java
http://async-io.org
161 stars 47 forks source link

fix TrackMessageSizeDecoder #171

Closed UniquesKernel closed 1 year ago

UniquesKernel commented 1 year ago

Messages containing the delimiter now parse correctly. The decoder now handles more edge cases correctly, making it more robust.

jfarcand commented 1 year ago

@UniquesKernel Thanks!!!! Do yo need an official release?

UniquesKernel commented 1 year ago

@UniquesKernel Thanks!!!! Do yo need an official release? @jfarcand You are welcome. yes, I need an official release if possible.

jfarcand commented 1 year ago

@UniquesKernel 3.0.1 released! Keep the pull requests coming :-)

UniquesKernel commented 1 year ago

@jfarcand Thanks for the quick release! :)