pikers / piker

(e2e) foss trading for non-tinas
GNU Affero General Public License v3.0
102 stars 17 forks source link

Added support for JSONRPC requests coming from the server side #409

Closed esmegl closed 1 year ago

esmegl commented 1 year ago

Looks like the open_jsonrpc_session code was only prepared to receive responses to requests that originated from the client, but not from the sever, which happens for example when subscribing to Deribit channels.

goodboy commented 1 year ago

FYI rebasing to master should make CI green since it's fixed there now