Skip to content
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

Re-connect throttle TimerTask continues to run after client.disconnect() #24

Open
stevejagodzinski opened this issue Mar 28, 2016 · 0 comments

Comments

@stevejagodzinski
Copy link

STR:

  1. Create an impl of DefaultHookupClient with a specified throttle
    val uri="ws://doesnotexist:8080"
    val reconnectThrottle = IndefiniteThrottle(Duration(100, MILLISECONDS), Duration(2000, MILLISECONDS))
    val clientImpl = new DefaultHookupClient(HookupClientConfig(new URI(uri), throttle = reconnectThrottle)) { // impl omitted }

  2. connect()

  3. clientImpl.disconnect()

Connection to host [ws://doesnotexist:8080] lost, reconnecting in 2 seconds
Connection to host [ws://doesnotexist:8080] lost, reconnecting in 2 seconds
Connection to host [ws://doesnotexist:8080] lost, reconnecting in 2 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant