| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| private Authorizer authorizer; | ||
| private Proxy proxy = Proxy.NO_PROXY; | ||
| private int maxReconnectionAttempts = MAX_RECONNECTION_ATTEMPTS; | ||
| private int maxReconnectGabInSeconds = MAX_RECONNECT_GAP_IN_SECONDS; |
There was a problem hiding this comment.
should be gap not gab
Sorry, something went wrong.
|
Looks good, I'll merge and release today, thanks. |
Sorry, something went wrong.
|
I've fixed the typo and issued another PR. Closing this one. |
Sorry, something went wrong.
|
@terrettaz I've just released this and it should propagate in maven central in a matter of hours - the version will be 1.8.0. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description of the pull request
To make configurable the connection number of reconnection attempts.
Why is the change necessary?
In a server-mode use, hard-coded 6 reconnection attempts is not enough.
CC @pusher/mobile