mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
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