This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
The port in client.connect("wss://your-secured-server-ip:port/uri") is optional, and port 443 will be used if not specified. Try to paste the whole You certainly have to verify and test for yourself as your to-be-connected WSS server can behave differently, and without Minimal, Reproducible Example, it's futile to guess what's going on, if failure. Try to increase
Good Luck, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am using this package to trying out something. The format of URL WSS provided by the server to which I want to send the request is as following: "wss://your.cumulocity.environment.fullqualifieddomainname/notification2/consumer/token=yourJwtTokenRequestedFromNotification2TokenService"
However, in this library the format for using WSS is client.connect("wss://your-secured-server-ip:port/uri"); So in this case how should I adapt my endpoint to the method defined in your library?
Beta Was this translation helpful? Give feedback.
All reactions