DarkRiftNetworking / Hazel-Networking

Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
http://www.darkriftnetworking.com
MIT License
206 stars 44 forks source link

can add the client manager? #8

Closed cnbryan closed 7 years ago

cnbryan commented 7 years ago

can add the client manager? i think is necessary for game just like server.findclientbyid(guid) and when client connected, the server and client need get the same id

cnbryan commented 7 years ago

and the webgl support

JamJar00 commented 7 years ago

I feel this is very far outside of the scope of Hazel, Hazel is designed to be a low level networking layer and not have any high level functionality like that. If you require that then it would probably be something implemented in the application layer above Hazel.

WebGL is something I'd like to add but not high on my priority list. This should really be separate issue though, please ensure your issues are focused on one thing only and give clear descriptions and use cases for the functionality.

I'm marking this as invalid as it's not within scope of Hazel.