mschneider / solcpp

A fast Solana and Mango Markets C++ SDK
Other
39 stars 12 forks source link

Fixing Websocket implementation #90

Open pSN0W opened 1 year ago

pSN0W commented 1 year ago

Currently the web socket doesn't deal with error message received in subscription and also fails when un-subscription is done before the notification for successful subscription has been received.