MossbauerLab / TinyTcpServer

A small tcp server working under Mono or .NET (4.0) and provides hooks for handling data exchange with clients (works under mono and .net). Behaviour/protocol/reaction could be specified via custom C# script.

Home Page:https://mossbauerlab.github.io/TinyTcpServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release 1.1

EvilLord666 opened this issue · comments

The following task should be included in release

#2
#3
#4
#5
#6

However, I was not able to solve all the problems with multiclient parallel working without any protocol on raw data. Maybe it is impossible to do it without some tricks: protocls, resending e.t.c. Hoever we should think if we could speed up our server (v.1.2) and we shoul measure it.

Release 1.1 was published and nuget packed v 1.1.2 was published too.