Fix publisher clean up! This is the acutal bug we chased
This commit is contained in:
@@ -527,7 +527,10 @@ export function createCallViewModel$(
|
||||
connectOptions$.value,
|
||||
);
|
||||
},
|
||||
createPublisherFactory: (connection: Connection) => {
|
||||
createPublisherFactory: (
|
||||
scope: ObservableScope,
|
||||
connection: Connection,
|
||||
) => {
|
||||
return new Publisher(
|
||||
scope,
|
||||
connection,
|
||||
|
||||
Reference in New Issue
Block a user