Skip to content

SyncIO 1.1.0-dev

Pre-release
Pre-release
Compare
Choose a tag to compare
@pigeonhands pigeonhands released this 29 Dec 05:26
· 14 commits to dev since this 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.