Joe He

Results 4 comments of Joe He

Is that weave 2.2.0 has compatible issue with linux kernel 5.0.0-1032-azure?

`string wsinit = null; if (useSSL) { wsinit = $"wss://{host}:{port}/Transcribe"; } else { wsinit = $"ws://{host}:{port}/Transcribe"; } using (var ws = new WebSocket(wsinit)) { if (useSSL) { ws.SslConfiguration.EnabledSslProtocols = System.Security.Authentication.SslProtocols.Tls12...

11/01/2018 08:32:06|Trace|WebSocket.close|Begin closing the connection. 11/01/2018 08:32:06|Trace|WebSocket.close|Begin closing the connection. 11/01/2018 08:32:06|Trace|WebSocket.close|Begin closing the connection. 11/01/2018 08:32:06|Trace|WebSocket.close|Begin closing the connection. ^Z11/01/2018 08:32:18|Debug|WebSocket.closeHandshake|Was clean?: False sent: True received: False 11/01/2018 08:32:18|Trace|WebSocket.close|End...

This behavior only happened in wss connection, if use ws connection, the resource will be released and no stackoverflow Exception will happened and the memory used will lower than 100M.