chore: remove joining emitter (#15588)
This commit is contained in:
parent
f42ab636f6
commit
8402001c32
|
|
@ -25,9 +25,8 @@ import { zones } from '../utils/zones';
|
||||||
import type { ClientInstrumentation } from './clientInstrumentation';
|
import type { ClientInstrumentation } from './clientInstrumentation';
|
||||||
import type { Connection } from './connection';
|
import type { Connection } from './connection';
|
||||||
import type { Logger } from './types';
|
import type { Logger } from './types';
|
||||||
import { JoiningEventEmitter } from './joiningEventEmitter';
|
|
||||||
|
|
||||||
export abstract class ChannelOwner<T extends channels.Channel = channels.Channel> extends JoiningEventEmitter {
|
export abstract class ChannelOwner<T extends channels.Channel = channels.Channel> extends EventEmitter {
|
||||||
readonly _connection: Connection;
|
readonly _connection: Connection;
|
||||||
private _parent: ChannelOwner | undefined;
|
private _parent: ChannelOwner | undefined;
|
||||||
private _objects = new Map<string, ChannelOwner>();
|
private _objects = new Map<string, ChannelOwner>();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue