We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453dcf6 commit aabeeb8Copy full SHA for aabeeb8
1 file changed
src/FSharp.Control.Websockets.TPL/FSharp.Control.Websockets.TPL.fs
@@ -94,11 +94,6 @@ module WebSocket =
94
95
let receiveMessageAsUTF8 cancellationToken socket = task {
96
use stream = new IO.MemoryStream()
97
- // if not(System.Diagnostics.Debugger.IsAttached) then
98
- // printfn "Please attach a debugger, PID: %d" (System.Diagnostics.Process.GetCurrentProcess().Id)
99
- // while not(System.Diagnostics.Debugger.IsAttached) do
100
- // System.Threading.Thread.Sleep(100)
101
- // System.Diagnostics.Debugger.Break()
102
let! result = receiveMessage cancellationToken DefaultBufferSize WebSocketMessageType.Text stream socket
103
match result with
104
| ReceiveStreamResult.Stream s ->
0 commit comments