This repository was archived by the owner on May 5, 2022. It is now read-only.

Description
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:
const clientConn = await IlpStream.createConnection({
plugin: clientPlugin,
destinationAccount,
sharedSecret
})