sam1308

Results 1 issues of sam1308

Hi, first of all great work! Code to reproduce: ``` var cts = new CancellationTokenSource(); var websocket = new WebSocket("ws://1.2.3.4/dummy", cts.Token); // After any moment in time cts.Cancel(); // this...