You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
The register_notifications_protocol method allows you to register a protocol, but there's no real way at the moment to "upgrade" the protocol to a new version.
One could register a second protocol with the new version, but that means you'd open both the old one and the new one with every single peer.
Instead, one should be able to pass multiple protocol names, and, on connection, which one was negotiated is indicated.
The text was updated successfully, but these errors were encountered:
cc #1518
The
register_notifications_protocol
method allows you to register a protocol, but there's no real way at the moment to "upgrade" the protocol to a new version.One could register a second protocol with the new version, but that means you'd open both the old one and the new one with every single peer.
Instead, one should be able to pass multiple protocol names, and, on connection, which one was negotiated is indicated.
The text was updated successfully, but these errors were encountered: