libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
323 stars 187 forks source link

feat: support transient connections control #490

Closed chux0519 closed 2 years ago

chux0519 commented 2 years ago

pubsub now will call network.GetUseTransient(ctx) to decide whether to use transient connections

issue: https://github.com/libp2p/go-libp2p-pubsub/issues/489