MUN1Z / KingNetwork

KingNetwork is an open source library to facilitate the creation and communication of clients and servers via TCP, UDP, WebSocket and RUDP sockets.
https://github.com/Mun1z/KingNetwork
MIT License
99 stars 21 forks source link

did its use thread? #7

Closed bag7dad closed 2 years ago

bag7dad commented 3 years ago

I just use node js as a server and because the NodeJs is a single thread so I switched to c# and started using your code as a server what did I mean did the received socket data single thread or multi-thread?

MUN1Z commented 2 years ago

Sorry for delay, this library just use a single thread on server and client code.