We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This will cause prompush to return from the listenUDP function, causing it to close serverConn:
listenUDP
serverConn
echo "hello" | nc --udp localhost -p 9090
logs:
2016/11/09 17:20:37 udp.go:36: Error: invalid character 'h' looking for beginning of value
then a second nc prints:
nc
Ncat: Connection refused.
The text was updated successfully, but these errors were encountered:
Thanks for opening an issue @elecnix! I've asked a colleague to confirm the issue and hopefully we can patch it a.s.a.p.
Sorry, something went wrong.
The issue should be resolved with the latest release @elecnix. Let us know if you find the same to be true!
Thanks!
No branches or pull requests
This will cause prompush to return from the
listenUDP
function, causing it to closeserverConn
:echo "hello" | nc --udp localhost -p 9090
logs:
2016/11/09 17:20:37 udp.go:36: Error: invalid character 'h' looking for beginning of value
then a second
nc
prints:Ncat: Connection refused.
The text was updated successfully, but these errors were encountered: