mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-23 09:13:34 -05:00
deleting socket on logout
This commit is contained in:
@@ -119,6 +119,7 @@ export default
|
||||
disconnect: function(){
|
||||
if(this.socket){
|
||||
this.socket.close();
|
||||
delete this.socket;
|
||||
}
|
||||
},
|
||||
subscribe: function(state){
|
||||
|
||||
Reference in New Issue
Block a user