buttplug-csharp
buttplug-csharp copied to clipboard
Add connector functionality to servers
Clients have connectors, but servers stand on their own and are wrapped by things like the IPCServer and WebSocketServer. Passing connection objects to servers means they could sever connections when needed (like ping timeouts), versus waiting for whatever is sitting on top to do it.