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

TCP server source only listens on "127.0.0.1" #259

Open
AntonOellerer opened this issue Mar 15, 2023 · 0 comments · May be fixed by #260
Open

TCP server source only listens on "127.0.0.1" #259

AntonOellerer opened this issue Mar 15, 2023 · 0 comments · May be fixed by #260
Labels
bug Something isn't working

Comments

@AntonOellerer
Copy link
Contributor

Describe the bug

The TCP server source only listens to incoming connections on "127.0.0.1", thus heavily limiting its usability

To Reproduce

Steps to reproduce the behavior:

  1. Create a tcp server source
  2. Try to connect to it from a device different from the one the springql pipeline is running from

Expected behavior

The remote devices can start sending messages to the springql pipeline

Actual behavior

The connection is refused

Environment

SpringQL

  • springql-core: 0.18.1

your machine

  • Device: Tuxedo Pulse 15
  • OS: Fedora 37

Additional context

  • Kernel: 6.1.15
  • rustc: 1.68.0
@AntonOellerer AntonOellerer added the bug Something isn't working label Mar 15, 2023
@AntonOellerer AntonOellerer linked a pull request Mar 15, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant