Boris Letocha

Results 27 comments of Boris Letocha

Nowin does not have any own TLS implementation it just uses SSLStream from underlying framework. You could probably has better chance to report it to Mono/NetCore, because I don't really...

Just look at NowinSample/Program.cs it cannot be much easier than that.

Null ref on line 270 just solve by check: using (StopExecutionContextFlow()) { var s = _socket; if (s == null) { _handler.FinishReceive(null, 0, -1); // report closed socket return; }...

There is currently no timeout at all.

Nice findings thanks a lot. Is ping support really so interesting when no browser send them?

Actually it does not work for SignalR version I have in repository too ... it throws: ---> (Inner Exception #0) System.NotImplementedException: Metoda nebo operace není implementována. v Microsoft.AspNet.SignalR.Owin.OwinWebSocketHandler.OwinWebSocket.get_State() v Microsoft.AspNet.SignalR.WebSockets.WebSocketHandler.SendAsync(ArraySegment`1...

I forgot about this bug https://github.com/SignalR/SignalR/issues/2720 - and it is still open ... So last signalr which worked ok is 1.x version.

Looks like it ... I think they will support only .Net core in future, and even SignalR will not be finished for 1.0 version. Now I expect that I will...

Nice, thanks for sharing!

I expect you are talking about latest version 0.22.0. So does it happen only in Mono or also in .Net FW on Windows?