SyncIO 1.1.0-dev
Pre-release
Pre-release
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.