mirror of
https://github.com/esiur/esiur-js.git
synced 2026-03-20 08:00:39 +00:00
build
This commit is contained in:
@@ -5935,7 +5935,7 @@ var DistributedConnection = exports["default"] = /*#__PURE__*/function (_IStore)
|
|||||||
var passwordOrToken = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : null;
|
var passwordOrToken = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : null;
|
||||||
var domain = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : null;
|
var domain = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : null;
|
||||||
var secure = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : false;
|
var secure = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : false;
|
||||||
var wsUrl = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : "";
|
var wsUrl = arguments.length > 9 && arguments[9] !== undefined ? arguments[9] : null;
|
||||||
if ((0, _classPrivateFieldGet25["default"])(this, _openReply) != null) throw new _AsyncException["default"](_ErrorType["default"].Exception, 0, "Connection in progress");
|
if ((0, _classPrivateFieldGet25["default"])(this, _openReply) != null) throw new _AsyncException["default"](_ErrorType["default"].Exception, 0, "Connection in progress");
|
||||||
(0, _classPrivateFieldSet2["default"])(this, _status, _ConnectionStatus["default"].Connecting);
|
(0, _classPrivateFieldSet2["default"])(this, _status, _ConnectionStatus["default"].Connecting);
|
||||||
(0, _classPrivateFieldSet2["default"])(this, _openReply, new _AsyncReply["default"]());
|
(0, _classPrivateFieldSet2["default"])(this, _openReply, new _AsyncReply["default"]());
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "esiur",
|
"name": "esiur",
|
||||||
"version": "2.3.8",
|
"version": "2.3.9",
|
||||||
"description": "Distributed Object Framework",
|
"description": "Distributed Object Framework",
|
||||||
"main": "esiur.js",
|
"main": "esiur.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -1407,7 +1407,7 @@ export default class DistributedConnection extends IStore {
|
|||||||
|
|
||||||
|
|
||||||
connect(method = AuthenticationMethod.Certificate, socket = null, hostname = null, port = 0,
|
connect(method = AuthenticationMethod.Certificate, socket = null, hostname = null, port = 0,
|
||||||
username = null, tokenIndex = 0, passwordOrToken = null, domain = null, secure = false, wsUrl = "")
|
username = null, tokenIndex = 0, passwordOrToken = null, domain = null, secure = false, wsUrl = null)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (this.#openReply != null)
|
if (this.#openReply != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user