What actually happens when worker.Stop() is called?
When my server shuts down, I call worker.Stop() to stop the workers but, for some reason, I keep getting rpc error: code = Canceled desc = context canceled
even though, I never do anything to cancel the contexts. Do you know what could’ve gone wrong?
Also, I made sure that the gRPC server exits after temporal workers.