mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
deleting socket on logout
This commit is contained in:
parent
9cf683ea75
commit
bd95197709
@ -119,6 +119,7 @@ export default
|
||||
disconnect: function(){
|
||||
if(this.socket){
|
||||
this.socket.close();
|
||||
delete this.socket;
|
||||
}
|
||||
},
|
||||
subscribe: function(state){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user