reogranized with a simple socket extension to data provider

This commit is contained in:
talksik
2022-05-07 07:56:36 -05:00
parent 309e74ff94
commit 0fb8bc2b57
6 changed files with 134 additions and 83 deletions
+4
View File
@@ -61,3 +61,7 @@ export class UserBroadcastPull {
public isTurningOn: boolean = true
) {}
}
export class SocketEmitter<T> {
constructor(public channel: SocketChannels, data: T) {}
}