reogranized with a simple socket extension to data provider
This commit is contained in:
@@ -61,3 +61,7 @@ export class UserBroadcastPull {
|
||||
public isTurningOn: boolean = true
|
||||
) {}
|
||||
}
|
||||
|
||||
export class SocketEmitter<T> {
|
||||
constructor(public channel: SocketChannels, data: T) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user