XRPL-Labs/xrpl-client

Can a connection be closed manually?

Closed this issue · 1 comments

trying to manually disconnect,

the inner class has option to
this.connection.close()

but this is not exposed at least not that I see.

It is,

simply call .close() on the connection object (not on the class itself):
https://github.com/XRPL-Labs/xrpl-client#methods