We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb685e commit a4c2243Copy full SHA for a4c2243
src/client/MultiPropertiesCloudClient.ts
@@ -10,7 +10,8 @@ export type PropertyCallbacks = { cb: OnMessageCallback<any>; name: string; thin
10
// eslint-disable-next-line prettier/prettier
11
export class MultiPropertiesCloudClient
12
extends BaseCloudClient<ITokenConnection>
13
- implements IMultiPropertiesCloudClient, ITokenCloudClient {
+ implements IMultiPropertiesCloudClient, ITokenCloudClient
14
+{
15
private subscriptions: { [key: string]: Subscription[] } = {};
16
private propertiesCbs: { [key: string]: PropertyCallbacks[] } = {};
17
private callbacks: { [key: string]: OnMessageCallback<any>[] } = {};
0 commit comments