babl-ws / babl

Low-latency WebSocket Server
https://babl.ws
Apache License 2.0
68 stars 22 forks source link

Fixes issue #97 #103

Open Crokoking opened 2 years ago

Crokoking commented 2 years ago

Fix for Issue #97 The code was using Integer.toUnsignedLong for a short value which broke decoding for mid-sized packets.

epickrram commented 2 years ago

Hi @Crokoking, thanks for the patch. I've added CONTRIBUTING.md, which was missing from the repository.

In short, changes to production code need to be covered by a failing unit test before they will be accepted.