A Go implementation of the Vega Protocol, a protocol for creating and trading derivatives on a fully decentralised network.
GNU Affero General Public License v3.0
38
stars
22
forks
source link
fix: remove subscription from main map if first send fails #11709
Closed
EVODelavega closed 1 month ago
Everywhere else, the main
subscriptions
map is being passed, except for when a new subscription is added and data is available to be sent.