|
@@ -219,8 +219,12 @@ export class StreamService {
|
|
|
let isPush: boolean;
|
|
|
// this.logger.log('statusPack', statusPack);
|
|
|
if (this.channel && this.channel.isOpen()) {
|
|
|
+ console.log(
|
|
|
+ 'slice--info:::切片信息 , index: %s,length: %s',
|
|
|
+ i,
|
|
|
+ framePack.byteLength,
|
|
|
+ );
|
|
|
console.log('bufferedAmount', i, this.channel.bufferedAmount());
|
|
|
- console.log('maxMessageSize', i, this.channel.maxMessageSize());
|
|
|
isPush = this.channel.sendMessageBinary(
|
|
|
Buffer.from(framePack.buffer),
|
|
|
);
|