inet-core
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "inet-core", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "iNet Core", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/inet-core.umd.js", |
import { WebSocketAbstract, WebSocketEnvelop, EnvelopBody } from './websocket-abstract'; | ||
import { Subject } from 'rxjs'; | ||
import { AppCloudConfig } from '../model/app-cloud-config'; | ||
import * as i0 from "@angular/core"; | ||
export declare class WebSocketClient { | ||
private appConfig; | ||
static instance: WebSocketClient; | ||
@@ -23,3 +26,3 @@ socket: WebSocketAbstract; | ||
get autoconnect(): boolean; | ||
constructor(); | ||
constructor(appConfig: AppCloudConfig); | ||
close(): void; | ||
@@ -36,2 +39,4 @@ send(address: string, message: string, application?: string): Promise<boolean>; | ||
private _cancelAutoConnect; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<WebSocketClient, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<WebSocketClient>; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1431427
13098