We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95da2f commit 45de3cfCopy full SHA for 45de3cf
1 file changed
common/remote/rpc/rpc_client.go
@@ -381,6 +381,7 @@ func (r *RpcClient) registerServerRequestHandlers() {
381
func (r *RpcClient) Shutdown() {
382
atomic.StoreInt32((*int32)(&r.rpcClientStatus), (int32)(SHUTDOWN))
383
r.closeConnection()
384
+ delete(clientMap, r.name)
385
}
386
387
func (r *RpcClient) RegisterServerRequestHandler(request func() rpc_request.IRequest, handler IServerRequestHandler) {
0 commit comments