You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
When I split example.js into server and client I get the error: Error: Error connecting: Unable to establish connection, no packets meeting the minimum exchange precision of 3 digits made it through the path.
I run the server the server and wait for connections and from a different client.js file I put the part to connect and stream. The error is generated here:
Can you provide more logs for this example. That error means that none of the test packets could make it from across the stream so the connection fails to establish. There should be specific errors for packets 1-5 which would provide more insight into why this occurred.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I split example.js into server and client I get the error:
Error: Error connecting: Unable to establish connection, no packets meeting the minimum exchange precision of 3 digits made it through the path.
I run the server the server and wait for connections and from a different client.js file I put the part to connect and stream. The error is generated here:
The text was updated successfully, but these errors were encountered: