Skip to content
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

fix websocket listening address #735

Merged
merged 1 commit into from Oct 26, 2016

Conversation

mcorbin
Copy link
Contributor

@mcorbin mcorbin commented Oct 25, 2016

fix #721.
the :host option for ws-server was ignored. It is because http-kit uses the :ip keyword for the host.

@dch
Copy link
Contributor

dch commented Oct 25, 2016

# sockstat -46l |grep riem
riemann  java       25905 18 tcp4   127.0.0.1:5557        *:*
riemann  java       25905 82 tcp4   127.0.0.1:5556        *:*
riemann  java       25905 170 tcp4  127.0.0.1:5555        *:*

👍 working like a boss on FreeBSD. thanks!

@aphyr aphyr merged commit 17d9581 into riemann:master Oct 26, 2016
@aphyr
Copy link
Collaborator

aphyr commented Oct 26, 2016

Thanks @mcorbin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ws-server binds to all interfaces/IP addresses even if config requires otherwise
3 participants