Skip to content

Releases: nickproud/Easy-TCP-Server

Release 1.0.2

15 Jul 19:17
Compare
Choose a tag to compare

Fixes bug where channel's loop continues after the underlying client has disconnected. The channel now checks the client is still connected at the beginning of each iteration - Issue #4

Version 1.0.1

03 Jul 23:35
Compare
Choose a tag to compare

Fixes an issue preventing multiple clients from sending data to a single server instance

Initial Release

13 Jan 09:40
3ffed5e
Compare
Choose a tag to compare

Simple server listener
Handler for incoming traffic received
Client collection holding each connected client
Ability to send messages to any connected client.