mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 21:19:22 -02:30
deleting socket on logout
This commit is contained in:
@@ -119,6 +119,7 @@ export default
|
|||||||
disconnect: function(){
|
disconnect: function(){
|
||||||
if(this.socket){
|
if(this.socket){
|
||||||
this.socket.close();
|
this.socket.close();
|
||||||
|
delete this.socket;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
subscribe: function(state){
|
subscribe: function(state){
|
||||||
|
|||||||
Reference in New Issue
Block a user