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

Piesocket demo connection error #897

Open
maltortan opened this issue Aug 8, 2024 · 1 comment
Open

Piesocket demo connection error #897

maltortan opened this issue Aug 8, 2024 · 1 comment

Comments

@maltortan
Copy link

If I am to connect
wss://free.blr2.piesocket.com/v3/1?api_key=VrwUgsE22ixYVoyjwmV6vCRZAVBZLXh2kC0oCQ0m&notify_self=1
what will be the begin code?

@maltortan
Copy link
Author

maltortan commented Aug 8, 2024

I tried with
const char* serverURL = "free.blr2.piesocket.com";
const int serverPort = 443;
const char* path = "/v3/1?api_key=VrwUgsE22ixYVoyjwmV6vCRZAVBZLXh2kC0oCQ0m&notify_self=1";
webSocket.begin(serverURL, serverPort, path);

and also port 80

with postman it connects successfully.
image

also tried webSocket.beginSSL

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