mirror of
https://github.com/esiur/esiur-js.git
synced 2025-07-01 17:03:11 +00:00
sendBuffer
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user