Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Allow up to 100 connections to binance. #53

Merged
merged 1 commit into from
Jan 27, 2018

Conversation

mcourteaux
Copy link

OkHTTP3 limits the amount of connections to the same host to 5. This means you cannot open more than 5 steams of events. Truly undesirable within this context. I increased the amount to 100, for ease of use.

Having it on the default of 5, just causes you to be able to open websockets, but they wont provide you with any data. We tested this, and this fix resolves the issue.

@joaopsilva joaopsilva merged commit c1c7f96 into binance-exchange:master Jan 27, 2018
@joaopsilva
Copy link
Member

Thank you @mcourteaux .

nilswx pushed a commit to nilswx/binance-java-api that referenced this pull request Dec 14, 2018
Allow up to 100 connections to Binance's WebSocket Client.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants