go-libp2p-pubsub-router
go-libp2p-pubsub-router copied to clipboard
Local publishes should be written to the datastore.
If we call PutValue
for a key we're not subscribed to, we won't record the record locally (which means it may not resolve through GetValue
).