You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.