deathcap / wsmc

WebSocket proxy to Minecraft
33 stars 10 forks source link

Update wsmc/Java for mc framing removal in wsmc/JS #22

Closed deathcap closed 8 years ago

deathcap commented 8 years ago

https://github.com/deathcap/wsmc/pull/21 removed the varint length prefix from the ws-encapsulated mc protocol, but only in the JavaScript version (wsmc.js). The Java proxy should be updated too, or it won't be compatible with new clients.