mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-26 02:02:13 +00:00
Add disconnect method (#899)
This commit is contained in:
parent
9d4190ae2c
commit
d894913dbb
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fluence",
|
"name": "fluence",
|
||||||
"version": "0.5.2",
|
"version": "0.5.3",
|
||||||
"description": "the browser js-libp2p client for the Fluence network",
|
"description": "the browser js-libp2p client for the Fluence network",
|
||||||
"main": "./dist/fluence.js",
|
"main": "./dist/fluence.js",
|
||||||
"typings": "./dist/fluence.d.ts",
|
"typings": "./dist/fluence.d.ts",
|
||||||
|
@ -224,6 +224,10 @@ export class FluenceClient {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async disconnect(): Promise<void> {
|
||||||
|
return this.connection.disconnect();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Establish a connection to the node. If the connection is already established, disconnect and reregister all services in a new connection.
|
* Establish a connection to the node. If the connection is already established, disconnect and reregister all services in a new connection.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user