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 lost messages in TransportsUtil.java #154

Closed Michenux closed 2 years ago

Michenux commented 7 years ago

Some messages were lost when in mode replay.

thabach commented 7 years ago

@Michenux it would be great if you could add a unit-test to your pull request that illustrates the issue and shows that your commit resolves it. Could you add such a test for the mode replay you were referring to in the description ? thx a lot.