First, I have a grpc service, and then after introducing the asynq library, the use is normal, but when I stop the program, asynq seems to have stopped normally, but the grpc service cannot exit normally. If it is started again, it will prompt the 50001 port is occupied. I have to kill port 50001 before I can start the program again. Have you encountered similar problems again? How to solve them?
First, I have a grpc service, and then after introducing the asynq library, the use is normal, but when I stop the program, asynq seems to have stopped normally, but the grpc service cannot exit normally. If it is started again, it will prompt the 50001 port is occupied. I have to kill port 50001 before I can start the program again. Have you encountered similar problems again? How to solve them?