|
@@ -1,5 +1,8 @@
|
|
|
import SocketIoContainer from './SocketIoContainer';
|
|
import SocketIoContainer from './SocketIoContainer';
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * A subclass of SocketIoContainer for /admin namespace
|
|
|
|
|
+ */
|
|
|
export default class AdminSocketIoContainer extends SocketIoContainer {
|
|
export default class AdminSocketIoContainer extends SocketIoContainer {
|
|
|
|
|
|
|
|
constructor(appContainer) {
|
|
constructor(appContainer) {
|