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

Websocket-bsd client waits forever without sending SYN #16

Open
lmicverm opened this issue Jul 14, 2017 · 0 comments
Open

Websocket-bsd client waits forever without sending SYN #16

lmicverm opened this issue Jul 14, 2017 · 0 comments

Comments

@lmicverm
Copy link

I am trying to run the pico_websocket_client from the websocket-bsd folder. I included the files in my own project without any adaptation. In my own file, I call the method ws_connect("ws://104.196.190.195:80", NULL, NULL) after I requested an IP address from the dhcp server. This works until the tcp 3-way handshake should occur. In pico_connect, it calls pico_bsd_wait and then it waits forever, without sending any SYN. If I debug it, I see that the remote port and addr are correct and that it correctly enqueues it in pico_socket.c. Should I do any adaptations to make this client work? I am using freertos as OS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant