Releases: twisterghost/patchwire
Releases · twisterghost/patchwire
v0.4.0
v0.3.0
Changes:
- Removed
Client.batchSend
- Data blobs are now padded with a whitespace string for clients to separate individual commands that arrive in batches
- Batches of data are now all sent normally as opposed to in
{batch: true}
wrappers - Updated dependencies and tests
v0.2.0
New
- Tick Mode: Send out commands from the server in set intervals to synchronize data
Internals
- Improved code documentation
- Improved test coverage
v0.1.2
Bugfixes
- Fixed a bug where dropped clients weren't being removed from
ClientManager
instances.