fix streamin error
This commit is contained in:
parent
ca2ed0a59b
commit
cbca48846c
@ -246,7 +246,7 @@ export default class Connection {
|
|||||||
|
|
||||||
const ch: Channel = channelService.create(id, this);
|
const ch: Channel = channelService.create(id, this);
|
||||||
this.channels.push(ch);
|
this.channels.push(ch);
|
||||||
ch.init(params);
|
ch.init(params ?? {});
|
||||||
|
|
||||||
if (pong) {
|
if (pong) {
|
||||||
this.sendMessageToWs('connected', {
|
this.sendMessageToWs('connected', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user