mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
append to subscribers (#2640)
* append to subscribers * Update rpc_router.go error correction log
This commit is contained in:
@@ -137,6 +137,7 @@ func (s *rpcServer) reSubscribe(config Options) error {
|
||||
}
|
||||
|
||||
s.subscribers[sb] = []broker.Subscriber{sub}
|
||||
s.router.Subscribe(sb)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user