You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements hxWebSockets, and Implements Functionality to connect to a Server as a Client. (#803)
* peak incoming
* FUCKING HELL I GIVE UP FUCK IT USE hxWebSocket BRUHH
* it just works
* Implementing a way to addon to the Handshake Header
* so guys, i am the smart, trust
* Properly converts the message from the server into either String, Bytes, FunkinPacket.
* Documentation on `FunkinWebSocket` and added `Metrics` to it :)
* whoop
* Reformatted how `FunkinPacket` is managed, and fixed some issues in `FunkinWebSocket`, and update it to reflect new `FunkinPacket`
* Small fixes and small features I forgor to implement
* ocd bro I can't leave this chilling in changes bro im sorry
* fix to ensure that `fromJson` and `appendJson` in `FunkinPacket` will never return null ig
* Fixed an issue where the client would crash if the server sent a raw string.
* QOL implementation to actually use `FunkinPacket.status` inside `FunkinWebSocket`
* implement `send_bytes` in source with Threading, so you can send large binary files easier
0 commit comments