After running my ws client for 11 hours, I got this error (for the first time):
error: Uncaught BrokenPipe: Broken pipe (os error 32)
at unwrapResponse ($deno$/ops/dispatch_minimal.ts:63:11)
at Object.sendAsyncMinimal ($deno$/ops/dispatch_minimal.ts:106:10)
at async Object.write ($deno$/ops/io.ts:65:18)
at async BufWriter.flush (https://deno.land/std@0.54.0/io/bufio.ts:479:25)
at async writeFrame (https://deno.land/std@0.54.0/ws/mod.ts:144:3)
Any reasons as to why?
After running my ws client for 11 hours, I got this error (for the first time):
Any reasons as to why?