|
@@ -219,6 +219,7 @@ export class StreamService {
|
|
|
let isPush: boolean;
|
|
|
// this.logger.log('statusPack', statusPack);
|
|
|
if (this.channel && this.channel.isOpen()) {
|
|
|
+ this.channel.setBufferedAmountLowThreshold(262144);
|
|
|
isPush = this.channel.sendMessageBinary(
|
|
|
Buffer.from(framePack.buffer),
|
|
|
);
|