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 a bug in the replay treatment in TransportsUtil.java #153

Closed Michenux closed 7 years ago

Michenux commented 7 years ago

The replay treatment was not well handled in TransportsUtil.java. Some messages may be lost because of that bug.

jfarcand commented 7 years ago

@Michenux Thanks!