starting socket organizations

This commit is contained in:
talksik
2022-05-06 05:28:52 -05:00
parent abf28c8820
commit 0f8902b47d
9 changed files with 177 additions and 219 deletions
+3
View File
@@ -12,6 +12,9 @@ enum SocketChannels {
SEND_SIGNAL = "SEND_SIGNAL",
RECEIVE_SIGNAL = "RECEIVE_SIGNAL",
// v3
CONNECT = "CONNECT",
}
export default SocketChannels;
+1
View File
@@ -0,0 +1 @@
export default class Connect {}