forked from amcewen/HttpClient
-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
conclusion: invalidIssue/PR not validIssue/PR not validtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
I'm trying to connect my MKR1000 to a WebSocket python server.
My program get stuck after the client.begin();
I enabled the #define LOGGING and add some prints to see were the code fail.
I can connect to the server but then, during the upgrade sequence I'm stuck on sendHeader("Sec-WebSocket-Key", base64RandomKey);
I don't understand why this is failing at this point.
Did someone have any idea?
Metadata
Metadata
Assignees
Labels
conclusion: invalidIssue/PR not validIssue/PR not validtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project