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 6ba3e57 commit b2e3419Copy full SHA for b2e3419
src/server.zig
@@ -27,7 +27,7 @@ const AcceptError = jsruntime.IO.AcceptError;
27
const RecvError = jsruntime.IO.RecvError;
28
const SendError = jsruntime.IO.SendError;
29
const CloseError = jsruntime.IO.CloseError;
30
-const CancelError = jsruntime.IO.CancelError;
+const CancelError = jsruntime.IO.CancelOneError;
31
const TimeoutError = jsruntime.IO.TimeoutError;
32
33
const MsgBuffer = @import("msg.zig").Buffer;
vendor/zig-js-runtime
0 commit comments