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
First of all I am sorry if I'm reporting Go code here, but I'm building a client for it.
I am currently receiving timeouts when listening for a bundle result in Go and was wondering if there could be something wrong with these protoc versions
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.// versions:// - protoc-gen-go-grpc v1.4.0// - protoc v5.27.2
After creating and sending the bundle successfully, I want to listen for bundle updates but on .Recv() it times out. Anyone managed to solve this before?
First of all I am sorry if I'm reporting Go code here, but I'm building a client for it.
I am currently receiving timeouts when listening for a bundle result in Go and was wondering if there could be something wrong with these protoc versions
After creating and sending the bundle successfully, I want to listen for bundle updates but on .Recv() it times out. Anyone managed to solve this before?
The text was updated successfully, but these errors were encountered: