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);
|
||||
this.channels.push(ch);
|
||||
ch.init(params);
|
||||
ch.init(params ?? {});
|
||||
|
||||
if (pong) {
|
||||
this.sendMessageToWs('connected', {
|
||||
|
|
Loading…
Reference in New Issue