@huddle01/observer-client-sdk
Advanced tools
Comparing version 0.11.1-9d34968.0 to 0.11.1-9e456ed.0
@@ -73,3 +73,3 @@ "use strict"; | ||
case 'data': { | ||
// console.log('data', event.payload); | ||
// console.warn('data', this.id, event.payload); | ||
const row = event.payload; | ||
@@ -76,0 +76,0 @@ this.rows.push(row); |
@@ -107,4 +107,4 @@ "use strict"; | ||
const { callId, clientId, } = options; | ||
if (this._dataStreams.has(callId)) { | ||
const dataFramePromise = this._dataStreams.get(callId); | ||
if (this._dataStreams.has(clientId)) { | ||
const dataFramePromise = this._dataStreams.get(clientId); | ||
if (dataFramePromise) | ||
@@ -111,0 +111,0 @@ return dataFramePromise; |
@@ -154,2 +154,3 @@ "use strict"; | ||
} | ||
console.warn('sending request', pendingRequest.request); | ||
this._pendingRequests.set(pendingRequest.request.requestId, pendingRequest); | ||
@@ -156,0 +157,0 @@ this._socket?.send(this._codec.encode(pendingRequest.request)); |
{ | ||
"name": "@huddle01/observer-client-sdk", | ||
"version": "0.11.1-9d34968.0", | ||
"version": "0.11.1-9e456ed.0", | ||
"description": "ObserverClient SDK", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
173233
3590