We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm unable to use this lib to connect to this wss: wss://relay.getalby.com/v1. The error I'm getting is this:
wss://relay.getalby.com/v1
POSIXErrorCode(rawValue: 53): Software caused connection abort nw_protocol_copy_ws_definition_block_invoke
More specifically this falls in .waiting case of network state with above error inside.
.waiting
Is there any workaround?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm unable to use this lib to connect to this wss:
wss://relay.getalby.com/v1
.The error I'm getting is this:
More specifically this falls in
.waiting
case of network state with above error inside.Is there any workaround?
The text was updated successfully, but these errors were encountered: