atmosphere-extensions icon indicating copy to clipboard operation
atmosphere-extensions copied to clipboard

RedisBroadcaster connect always to localhost

Open christianHennig opened this issue 8 years ago • 4 comments

I use the RedisBroadCaster: getBroadcasterConfig().addFilter( new RedisFilter( URI.create( "http://x.x.x.x:6379" ) ) );

The Ip will ignored and overwriten with localhost: https://github.com/Atmosphere/atmosphere-extensions/blob/master/redis/modules/src/main/java/org/atmosphere/plugin/redis/RedisBroadcaster.java#L42

christianHennig avatar Jul 13 '15 20:07 christianHennig