From 019a09d621bcea8bca0dafbda6243d2fed9f0d4f Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Tue, 3 Dec 2019 15:35:10 +0300 Subject: [PATCH] sendBuffer --- src/Net/IIP/DistributedConnection.js | 3 ++- src/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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": {