2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-07-01 17:03:11 +00:00

sendBuffer

This commit is contained in:
2019-12-03 15:35:10 +03:00
parent fa0a7b279f
commit 019a09d621
2 changed files with 3 additions and 2 deletions

View File

@ -584,7 +584,8 @@ export default class DistributedConnection extends IStore {
this.socket.binaryType = "arraybuffer";
this.socket.connection = this;
this.socket.networkBuffer = new NetworkBuffer();
this.sendBuffer = new NetworkBuffer();
var un = DC.stringToBytes(username);
var dmn = DC.stringToBytes(domain);
var self = this;