-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connect error #671
Comments
Gaia rest client will create a new HTTP Client for every query, this can lead to connection overflow easily. @melekes any thoughts on preventing this? ^^ |
Do we want to reuse the same |
Yes let's reuse it for all the calls. The current implementation was hacked together in haste by the UI team in order to unblock the UI team :P |
Should be fixed on develop |
Hi, the rest-server and client command will create a new HTTP rpcclient for each requst(e.g. /query/stake/candidates), much requst will cause connect error(cannot assign requested address)
The text was updated successfully, but these errors were encountered: