2015-02-09 mdpye
- REALLY remove the JavaWebsockets submodule
2015-02-05 mdpye
- Resolve dependency embedding issues, Java-Websockets is now published to clojars.org 2014-12-11 roccozanni
- Allow unsubscribing while disconnected (will not re-subscribe when connection is restored) 2014-02-04 mdpye
- Make ChannelImpl.state volatile - it is potentially read from any thread in pre-send checks triggering client messages
2013-12-13 mdpye
- Add a generic
<V> V User.getInfo(Class<V>)which parses the user info into an instance ofV.
2013-12-13 mdpye
- BREAKING CHANGE
User.getInfo()returns valid JSON encoded String rather than the encoding provided byjava.util.AbstractMap.toString()
2013-12-06 mdpye
- Simply ping-pong by switching to a model of cancellable timers rather than scheduled checks
2013-11-18 mdpye
- Use more robust method for finding artifact version
2013-11-14 mdpye
- EventQueue made a daemon thread and also shutdown on disconnect
2013-11-08 mdpye
- Fix up pom for inclusion in Maven Central
2013-11-07
- Do not choke on user_id if it is JSON encoded as a number rather than a string
2013-11-06
- Initiate ping messages from client on activity timeout Teardown connection if no response seen from server
2013-11-04 mdpye
- Import a logging framework (slf4j)
- Log error with additional info and continue when trying to transition from disconnected->disconnected state
2013-11-01 mdpye
- Fix state leakage between Pusher instances
- Support setting alternative endpoint