Skip to content

Releases: pigeonhands/SyncIO

Minor fixes to avoid locks.

22 Jan 15:27
Compare
Choose a tag to compare
Merge pull request #10 from BahNahNah/dev

Begin receve boefore handling packet to stop blocking of receves.

SyncIO v1.1.0

20 Jan 15:04
Compare
Choose a tag to compare

Client and Server

UDP Support (Unit Test)

Client

Remote function calling (Unit Test)

Server

Remote function registring
Removed BaseServerSocket OnClose event. (Use SyncIOSocket.OnClose instead)

SyncIO 1.1.0-dev

29 Dec 05:26
Compare
Choose a tag to compare
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.

SyncIO v1.0.0.0

28 Dec 01:04
Compare
Choose a tag to compare

First release of SyncIO