mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-11 01:03:11 +00:00
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…
x
Reference in New Issue
Block a user