-
Notifications
You must be signed in to change notification settings - Fork 44
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
cannot authenticate wesocket connection from java client #23
Comments
I believe you need to set |
Yeah @kyle-copeland Thanks for the reply 👍 |
can you please provide an sample working code, I'm also having the same issue |
please example of working code! |
@dalakada @Desided @tyagi85prashant Please look here for solution #17 |
Hi @Desided @dalakada @tyagi85prashant @kyle-copeland This should work for you https://gist.github.com/sacOO7/a3fc817dfc5c85cf21ec96f09869fdfc |
@Desided @dalakada @tyagi85prashant @kyle-copeland , please let me know your updates on this. Will close the issue, once it gets resolved |
Hi i am trying to get websocket stream using following code
`import com.neovisionaries.ws.client.WebSocketException;
import com.neovisionaries.ws.client.WebSocketFrame;
import io.github.sac.*;
import java.util.List;
import java.util.Map;
import org.codehaus.jettison.json.JSONException;
import org.codehaus.jettison.json.JSONObject;
public class Main {
}`
I am emitting the auth msg but still i ma getting the following error:
Can you please help
The text was updated successfully, but these errors were encountered: