Skip to content

Releases: pigeonhands/SyncIO

Minor fixes to avoid locks.

Choose a tag to compare

@pigeonhands pigeonhands released this 22 Jan 15:27
Merge pull request #10 from BahNahNah/dev

Begin receve boefore handling packet to stop blocking of receves.

SyncIO v1.1.0

Choose a tag to compare

@pigeonhands pigeonhands released this 20 Jan 15:04

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

SyncIO 1.1.0-dev Pre-release
Pre-release

Choose a tag to compare

@pigeonhands pigeonhands released this 29 Dec 05:26

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

Choose a tag to compare

@pigeonhands pigeonhands released this 28 Dec 01:04

First release of SyncIO