1
0
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:
Elmut
2023-11-26 12:08:28 +02:00
committed by GitHub
parent 674b9822e0
commit ca6190f5f2
2 changed files with 2 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ func (s *rpcServer) reSubscribe(config Options) error {
}
s.subscribers[sb] = []broker.Subscriber{sub}
s.router.Subscribe(sb)
}
return nil