mschneider / solcpp

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

Sync write websocket and async read #74

Closed pSN0W closed 1 year ago

pSN0W commented 1 year ago

The current structure performs async read from websocket while writes synchronously.

godmodegalactus commented 1 year ago

Duplicated by https://github.com/mschneider/solcpp/pull/77