2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-26 23:03:13 +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;

View File

@ -1,6 +1,6 @@
{
"name": "esyur",
"version": "1.3.1",
"version": "1.3.2",
"description": "Distributed Object Framework",
"main": "esyur.js",
"scripts": {