feat: socketio and user identity
This commit is contained in:
parent
cd43bb53c3
commit
185b1f540a
2 changed files with 90 additions and 14 deletions
|
|
@ -9,3 +9,5 @@ export function setInstance(server: Server) {
|
|||
export function getInstance() {
|
||||
return io;
|
||||
}
|
||||
|
||||
export default { getInstance, setInstance };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue