Closed
Description
My setup is a little convoluted. I use capnproto rpc over websockets (to simplify deployment) between my programs. However, the websocket server keeps failing to read a header somehow and crashes.
rpc: writing return: failed to write msg: websocket closed: failed to read header: EOF
and on the Dialer side:
rpc: writing finish: failed to write msg: context canceled
Sometimes both ends cancel their contexts at the same time. I'm not sure why.