-
Notifications
You must be signed in to change notification settings - Fork 4
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
topic ID is optional #3
Conversation
@ed2k Actually the demo program does use a topic - https://github.com/getlantern/go-natty/blob/master/demo/proxy.go#L87 |
then, why did waddell server returns a message without topic? |
@ed2k Can you construct a unit test to reproduce what you're seeing please? |
@oxtoacart the go-natty demo program won't work without this. |
I think the waddell server may have a bad version deployed. I'll check it out in a little bit. |
@ed2k Okay, I think it should work now. Can you please try again? |
yes, works for me now. |
@ed2k Thanks for testing, and thanks for letting us know about the problem! |
go-natty demo program receive message from public waddell server without topic id (i.e only 16 bytes uuid assigned by server)