eventsource-java icon indicating copy to clipboard operation
eventsource-java copied to clipboard

A Java EventSource Client

Results 7 eventsource-java issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

when i trying to connect my server, am getting error failed to connect url but url was open in browser. es = new EventSource(URI.create("Someurl"), new EventSourceHandler() { @Override public void...

Hi, Thanks so much for making your Java EventSource implementation open source. I've made a few changes that I thought you might be interested in pulling into your source tree....

One fix, two new features: - Re-set the URI when reconnecting to avoid a perpetual unresolved address condition In cases where the initial connection failed due to a DNS lookup...

EventSourceClient introduced, it allows to utilize single netty bootstrap for multiple event streams, granting singnificant performance on multiple event-stream connections. Before, every EventStream used its own netty bootstrap, which means...

Seems to happen after a large number of failed reconnects. org.jboss.netty.channel.ChannelException: Failed to open a socket. at org.jboss.netty.channel.socket.nio.NioClientSocketChannel.newSocket(NioClientSocketChannel.java:49) at org.jboss.netty.channel.socket.nio.NioClientSocketChannel.(NioClientSocketChannel.java:83) at org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory.newChannel(NioClientSocketChannelFactory.java:139) at org.jboss.netty.channel.socket.nio.NioClientSocketChannelFactory.newChannel(NioClientSocketChannelFactory.java:86) at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:218) at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:188) at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:159)...