-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RedisBroadcaster connect always to localhost #192
Comments
Good catch! Can you do me a favor and do a pull request? I will cut an official release in return. |
Good point. I will do a pull request the next days. |
Can't this be configured through the servlet config? See https://github.com/Atmosphere/atmosphere-extensions/blob/master/redis/modules/src/main/java/org/atmosphere/plugin/redis/RedisUtil.java#L69 I am setting Still it is weird to pass in a URI when that URI is either overridden to |
Any news on this issue ? I will copy the source meanwhile. |
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
The text was updated successfully, but these errors were encountered: