Adrian Regan

Results 3 issues of Adrian Regan

I would like to insert additional metadata into the form submission process. In addition to the usual keys of [timezone, browserName, pathName, etc..] At the moment I am using the...

https://github.com/deepstreamIO/deepstream.io-client-java/blob/ccadd183a2f989e64fa491ed71ae09f050c09d84/src/main/java/io/deepstream/DeepstreamClient.java#L242 If you attempt to connect to deepstream when the host is down (or not running, for whatever reason) The DeepStreamClient.login(...) method hangs indefinitely. There is a countdown latch that...

@yasserf Is there any chance you can update this library to use Java-WebSocket 1.3.7 or later https://github.com/TooTallNate/Java-WebSocket/tree/v1.3.7 I've tried to update my dependencies to get around a 100% CPU issue...