This commit is contained in:
syuilo 2018-10-14 09:48:47 +09:00
parent 0f8847bb74
commit ed83993e15
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -9,7 +9,7 @@ import MiOS from '../../mios';
*/
export default class Stream extends EventEmitter {
private stream: ReconnectingWebsocket;
private state: string;
public state: string;
private sharedConnectionPools: Pool[] = [];
private sharedConnections: SharedConnection[] = [];
private nonSharedConnections: NonSharedConnection[] = [];