diff --git a/awx/ui/client/src/shared/socket/socket.service.js b/awx/ui/client/src/shared/socket/socket.service.js index dec682a488..df05cdbede 100644 --- a/awx/ui/client/src/shared/socket/socket.service.js +++ b/awx/ui/client/src/shared/socket/socket.service.js @@ -119,6 +119,8 @@ export default disconnect: function(){ if(this.socket){ this.socket.close(); + delete this.socket; + console.log("Socket deleted: "+this.socket); } }, subscribe: function(state){