@signalwire/core
Advanced tools
Comparing version 4.2.0-dev.202412311304.fa97d4d.0 to 4.2.0-dev.202501221227.63849f9.0
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "4.2.0-dev.202412311304.fa97d4d.0", | ||
"version": "4.2.0-dev.202501221227.63849f9.0", | ||
"main": "dist/index.node.js", | ||
@@ -9,0 +9,0 @@ "module": "dist/index.esm.js", |
@@ -137,2 +137,4 @@ import type { Task } from '@redux-saga/types' | ||
// FIXME: Session events should not be removed when the component is destroyed | ||
// It should be removed when the Client is destroyed | ||
this.sessionEventNames().forEach((eventName) => { | ||
@@ -139,0 +141,0 @@ this.sessionEmitter.off(eventName) |
@@ -34,3 +34,3 @@ import { BaseSession } from '../../BaseSession' | ||
if (!session) { | ||
getLogger().warn('Custom worker started without the session') | ||
getLogger().warn('Session does not exist!') | ||
} | ||
@@ -37,0 +37,0 @@ return session |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2874556
42237