fix: call the correct tracer function in FloodSubRouter.Leave (#373)
fixes #372
This commit is contained in:
parent
2b5243c72f
commit
df9592859d
|
@ -115,5 +115,5 @@ func (fs *FloodSubRouter) Join(topic string) {
|
|||
}
|
||||
|
||||
func (fs *FloodSubRouter) Leave(topic string) {
|
||||
fs.tracer.Join(topic)
|
||||
fs.tracer.Leave(topic)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue