mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 21:55:12 +00:00
fix streamin error
This commit is contained in:
parent
ca2ed0a59b
commit
cbca48846c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue