mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-06 23:03:08 +00:00
Update pubsub.go
This commit is contained in:
parent
54f20b5a2a
commit
aabbdb1143
@ -31,7 +31,7 @@ var (
|
||||
|
||||
// ErrSubscriptionCancelled may be returned when a subscription Next() is called after the
|
||||
// subscription has been cancelled.
|
||||
ErrSubscriptionCancelled = errors.New("subscription cancelled by calling sub.Cancel()")
|
||||
ErrSubscriptionCancelled = errors.New("subscription cancelled")
|
||||
)
|
||||
|
||||
var log = logging.Logger("pubsub")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user