diff --git a/src/Net/IIP/DistributedConnection.js b/src/Net/IIP/DistributedConnection.js index 5126917..e0eea89 100644 --- a/src/Net/IIP/DistributedConnection.js +++ b/src/Net/IIP/DistributedConnection.js @@ -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; diff --git a/src/package.json b/src/package.json index 0fd030d..2da9230 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "esyur", - "version": "1.3.1", + "version": "1.3.2", "description": "Distributed Object Framework", "main": "esyur.js", "scripts": {