Open
Description
I am not sure if I am using it wrong, but using default httpz
config, blocking_mode
is true, after receiving websocket.Conn
when I try to write to it from a different thread, it blocks that thread and never properly writes it meaning the Client never receives the message, did a litttle investigation call to std.posix.writev
hangs, so I think I am using it the wrong way? Window's WriteFile
API doesn't support different thread "write"(s)? or it's the Zig's standard library at fault? Any suggestions would be helpful.
Metadata
Metadata
Assignees
Labels
No labels