AnyCable go gives RPC error #138
akashsuresh
started this conversation in
General
Replies: 1 comment
-
Interesting. According to GRPC docs, Canceled code is used when a caller cancels the operation. But we do not do that. From a quick search, I found that
A single socket or all newly connected sockets as well? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got this error on my any cable deployment.
Perform error: rpc error: code = Canceled desc = Cancelled
After this error occurred I was unable to perform any actions on the socket until I restarted the Anycable go and any cable rpc service.
Any reason why this could have occurred
I am on rails 6.1.4 on ruby 3.0.0
grpc version 1.38.0
Beta Was this translation helpful? Give feedback.
All reactions