I’m currently hitting the 4-stream-per-IP limit when using PocketOptionAsync for real-time candle subscriptions and there doesn’t appear to be any proxy configuration option.
Is there a supported way to pass an HTTP/SOCKS proxy (e.g. proxy_url) into PocketOptionAsync or its Config so that each WebSocket connection goes through that proxy?
If not, could proxy support be added (e.g. a proxy_url parameter) so I can spin up multiple instances—each on a different proxy—and exceed the per-IP subscription cap?
Any guidance or recommended workaround would be appreciated.