xchg-rax-rax / crypto_quote_service

A program for obtaining mass market data from from various crypto excahnges for the purpose back-testing and training ML models
0 stars 0 forks source link

Implement a method to close the websocket #2

Closed xchg-rax-rax closed 1 year ago

xchg-rax-rax commented 1 year ago

Overview

At this time we lack any means by which we can close a websocket connection. A thread safe and async means of doing this should be implemented.