Nick

Results 591 comments of Nick

Well I don't know whether they'd need to specify the context always. Certainly it's something you may need. But what do you think the expected behavior should be if it's...

@proppy can you evaluate this?

I've not seen that error before. Has it only begun happening recently? How are you hosting the code?

How are you hosting the code? Google App Engine? Some other provider like AWS?

Can you try the suggestion that @cbeaujoin created? Maybe the channel needs to be shutdown after use, or instantiated once in the run environment instead of being continually created? I've...

Does shutting down the channel work after it is used?

@RayBa82 if you look at the source code for the library, you will see the underlying gRPC implementation. Are you also using AWS for hosting your project?

Can you try copying the suggested function @cbeaujoin has and calling that instead of the current function?

Thanks. Let me know. I have not experienced any issues running on Google App Engine, so it'll be interesting to see if the behavior exists in other instances.

@proppy can you assist with this issue?