mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 10:32:14 +00:00
chore: update doc/migrations/v0.28-v0.29.md
This commit is contained in:
parent
7c8120caca
commit
0381ea9643
@ -90,7 +90,7 @@ libp2p.pubsub.on(topic, handler)
|
|||||||
libp2p.pubsub.subscribe(topic)
|
libp2p.pubsub.subscribe(topic)
|
||||||
```
|
```
|
||||||
|
|
||||||
In the latest releases, despite not being documented in `libp2p` the underlying pubsub routers supported subscribing to multiple topics at the same time. We removed that code complexity, since this is easily achieved in the application layer if needed.
|
In the latest release, despite not being documented in `libp2p` the underlying pubsub routers supported subscribing to multiple topics at the same time. We removed that code complexity, since this is easily achieved in the application layer if needed.
|
||||||
|
|
||||||
**Before**
|
**Before**
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user