@persistica/flux-mesh 0.0.17 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -42,7 +42,7 @@ export declare class NetworkAuthorityRedisCache {
|
|
|
42
42
|
/**
|
|
43
43
|
* Removes a client from the cache and unregisters it globally.
|
|
44
44
|
*
|
|
45
|
-
* @param { TNetworkId_S } networkId
|
|
45
|
+
* @param { TNetworkId_S } networkId
|
|
46
46
|
* @param { TAddress } networkAuthorityAddress - The address of the unresponsive client
|
|
47
47
|
*/
|
|
48
48
|
removeUnresponsiveClient(networkId: TNetworkId_S, networkAuthorityAddress: TAddress): void;
|