You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug('AppClient:handleIncomingRequest found existing', { collectorClient });
21014
21014
if (collectorClient.requesterApiEndpoint !== apiEndpoint) {
21015
-
console.log('⚠️⚠️⚠️⚠️ RESET! Found existing collectorClient with a different apiEndpoint', { actual: collectorClient.requesterApiEndpoint, incoming: apiEndpoint });
21016
-
// throw new HDSLibError('Found existing collectorClient with a different apiEndpoint', { actual: collectorClient.requesterApiEndpoint, incoming: apiEndpoint });
21015
+
// console.log('⚠️⚠️⚠️⚠️ RESET! Found existing collectorClient with a different apiEndpoint', { actual: collectorClient.requesterApiEndpoint, incoming: apiEndpoint });
21016
+
throw new HDSLibError('Found existing collectorClient with a different apiEndpoint', { actual: collectorClient.requesterApiEndpoint, incoming: apiEndpoint });
if (incomingEventId && collectorClient.requesterEventId !== incomingEventId) {
21021
-
// throw new HDSLibError('Found existing collectorClient with a different eventId', { actual: collectorClient.requesterEventId, incoming: incomingEventId });
21022
-
console.log('⚠️⚠️⚠️⚠️ RESET! Found existing collectorClient with a different eventId', { actual: collectorClient.requesterEventId, incoming: incomingEventId });
21021
+
throw new HDSLibError('Found existing collectorClient with a different eventId', { actual: collectorClient.requesterEventId, incoming: incomingEventId });
21022
+
// console.log('⚠️⚠️⚠️⚠️ RESET! Found existing collectorClient with a different eventId', { actual: collectorClient.requesterEventId, incoming: incomingEventId });
console.log('⚠️⚠️⚠️⚠️ RESET! Found existing collectorClient with a different apiEndpoint',{actual: collectorClient.requesterApiEndpoint,incoming: apiEndpoint});
46
-
// throw new HDSLibError('Found existing collectorClient with a different apiEndpoint', { actual: collectorClient.requesterApiEndpoint, incoming: apiEndpoint });
45
+
// console.log('⚠️⚠️⚠️⚠️ RESET! Found existing collectorClient with a different apiEndpoint', { actual: collectorClient.requesterApiEndpoint, incoming: apiEndpoint });
46
+
thrownewHDSLibError('Found existing collectorClient with a different apiEndpoint',{actual: collectorClient.requesterApiEndpoint,incoming: apiEndpoint});
// throw new HDSLibError('Found existing collectorClient with a different eventId', { actual: collectorClient.requesterEventId, incoming: incomingEventId });
52
-
console.log('⚠️⚠️⚠️⚠️ RESET! Found existing collectorClient with a different eventId',{actual: collectorClient.requesterEventId,incoming: incomingEventId});
51
+
thrownewHDSLibError('Found existing collectorClient with a different eventId',{actual: collectorClient.requesterEventId,incoming: incomingEventId});
52
+
// console.log('⚠️⚠️⚠️⚠️ RESET! Found existing collectorClient with a different eventId', { actual: collectorClient.requesterEventId, incoming: incomingEventId });
0 commit comments