Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "msrpc", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
const RpcCenter = require("../msrpc/RpcCenter") | ||
const path = require("path") | ||
const ManagedServerProxy = require("../proxy/ManagedServerProxy") | ||
const ManagerServerListenerProxy = require("../proxy/ManagerServerListenerProxy") | ||
@@ -12,4 +10,3 @@ function ServerInitState() { | ||
this.Context.express = require("express") | ||
let options = { ManagedServerProxy, ManagerServerListenerProxy } | ||
this.Context.RpcCenter.Create(options, 0) | ||
this.Context.RpcCenter.Create() | ||
this.Context.AllServer = this.__load(this.Context.Config) | ||
@@ -16,0 +13,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67660
1878