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
Hi,
trying to replace grpc with grpc_kit to call regular grpc endpoint, I can call using grpc but after changing grpc_kit it has 'EOFError (EOF):' error. I thought that remote server closed connection because of applying credentials.
I coundn't find GRPC::Core::ChannelCredentials or related in grpc_kit, could you please advice ?
Hi,
trying to replace grpc with grpc_kit to call regular grpc endpoint, I can call using grpc but after changing grpc_kit it has 'EOFError (EOF):' error. I thought that remote server closed connection because of applying credentials.
I coundn't find GRPC::Core::ChannelCredentials or related in grpc_kit, could you please advice ?
old code grpc , it works ;
new with grpc_kit ( if I don't stringify_keys it raises cannot convert symbol to string error )
The text was updated successfully, but these errors were encountered: