Skip to content

fixed reconnection (#88) and added a max reconnection attempts configuration#101

Merged
jfarcand merged 3 commits intoAtmosphere:masterfrom
ricardojlrufino:master
Sep 4, 2014
Merged

fixed reconnection (#88) and added a max reconnection attempts configuration#101
jfarcand merged 3 commits intoAtmosphere:masterfrom
ricardojlrufino:master

Conversation

@ricardojlrufino
Copy link
Contributor

fixes #88
Usage:

OptionsBuilder<DefaultOptions, DefaultOptionsBuilder> clientOptions = client.newOptionsBuilder()
    .reconnect(true)
     .reconnectAttempts(10)
    .pauseBeforeReconnectInSeconds(5);

connection = client.create(clientOptions.build());

@buildhive
Copy link

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor, but I don't use * for import. Can you fix that and then I will integrate. This is great great work!!!! Thanks

@ricardojlrufino
Copy link
Contributor Author

DONE

@buildhive
Copy link

Atmosphere Framework » wasync #478 UNSTABLE
Looks like there's a problem with this pull request
(what's this?)

jfarcand added a commit that referenced this pull request Sep 4, 2014
fixed reconnection (#88) and added a max reconnection attempts configuration
@jfarcand jfarcand merged commit ad5f8ec into Atmosphere:master Sep 4, 2014
@jfarcand
Copy link
Member

jfarcand commented Sep 4, 2014

Many thanks. Do you need an official release?

@ricardojlrufino
Copy link
Contributor Author

Hello,

Would be nice!

Also some bus / problems I encountered in the atmosphere, which were impediments in my project.

Atmosphere/atmosphere#1708
Atmosphere/atmosphere#1707

If they are all approved, the release would be very welcome ..

@ricardojlrufino
Copy link
Contributor Author

Please release wasync !
org.atmosphere:wasync:jar:1.4.1-SNAPSHOT

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

Successfully merging this pull request may close these issues.

wasync reconnection not works #1545

3 participants