#grpc in goLang
18 messages · Page 1 of 1 (latest)
Do you have some code and the full error that you can share?
@surreal lagoon can you help me?
this appears to be a problem with your typescript, not your go code
what is your typescript side of the code
Well it appears that the errror is occurring in some sort of rpc process and not your http code that deals with your go api
Do you think might be because of the proto files.
@south widget
Some miss configurations between proto and swagger files.
Possibly
That error usually means that the RPC channel was closed
so check your transport credentials, and check whether anything is interfering with your connection and whether you actually connect at all
@south widget how to I check all the details you mentioned I’m kinda new to this.
it honestly depends on how you set everything up