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

Web socket connect fails if token is passed on command line #56

Open
mbreissi opened this issue Aug 29, 2018 · 0 comments
Open

Web socket connect fails if token is passed on command line #56

mbreissi opened this issue Aug 29, 2018 · 0 comments
Labels

Comments

@mbreissi
Copy link

When passing a token on the command line, the handshake will complete successfully, but the salt and shared secret are not set in the RemoteEndpoint after deserializing the response. That results in a null pointer exception trying to get the Authentication property during connect.

@kubeliv kubeliv added the bug label Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants