2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-06-27 07:13:12 +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,6 +584,7 @@ export default class DistributedConnection extends IStore {
this.socket.binaryType = "arraybuffer"; this.socket.binaryType = "arraybuffer";
this.socket.connection = this; this.socket.connection = this;
this.socket.networkBuffer = new NetworkBuffer(); this.socket.networkBuffer = new NetworkBuffer();
this.sendBuffer = new NetworkBuffer();
var un = DC.stringToBytes(username); var un = DC.stringToBytes(username);
var dmn = DC.stringToBytes(domain); var dmn = DC.stringToBytes(domain);

View File

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