Brennan Bugbee

Results 2 issues of Brennan Bugbee

There is no need to maintain code that implements the websocket protocol. Just wrap the TcpClient stream with a factory method from the System library `System.Net.Sockets.WebSocket.CreateFromStream(client.GetStream(), true, null, TimeSpan.FromSeconds(n))` and...

enhancement

- liquid file `unregisterCallbacks` method no longer takes functional argument - liquid file added typed parameter for callback method - Generator now uses params instead of dictionary for registering hubs...