bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.21k stars 682 forks source link

proxy support on websockets #1002

Open sandsbai opened 9 months ago

sandsbai commented 9 months ago

Hi, The doc in https://github.com/bmoscon/cryptofeed/blob/master/examples/demo_concurrent_proxy.py said "http_proxy' will only be used for GET requests (not Websockets).", I just wanna know why for websocket's support on proxy is so important. Without proxy support on websocket, this cryptofeed framework do not work in some areas of the world. Thanks

image