Releases: pigeonhands/SyncIO
Releases · pigeonhands/SyncIO
Minor fixes to avoid locks.
Merge pull request #10 from BahNahNah/dev Begin receve boefore handling packet to stop blocking of receves.
SyncIO v1.1.0
SyncIO 1.1.0-dev
Client and Server
The major part of this update is UDP support. Example can be found in the unit testing.
https://github.com/BahNahNah/SyncIO/blob/dev/SyncIOTests/SyncIOProtocal.cs
Server
SyncIOConnectedClient
Added Tag property for general use object storage (not used internally at all by SyncIO)
SyncIOServer
Added Clients property. Stores all currently connected clients on any port. Can be indexed by client ID (Guid), and enumerated.
SyncIO v1.0.0.0
First release of SyncIO