From f6baacfbe2f9bae9e294d5dd25a65f1523be25d7 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 5 Jan 2015 11:14:40 -0500 Subject: [PATCH] Socket.js adding 'force new connection' line back into socket file --- awx/ui/static/lib/ansible/Socket.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/lib/ansible/Socket.js b/awx/ui/static/lib/ansible/Socket.js index e077175ca4..01423f7964 100644 --- a/awx/ui/static/lib/ansible/Socket.js +++ b/awx/ui/static/lib/ansible/Socket.js @@ -79,6 +79,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities']) 'connect timeout': 3000, 'try multiple transports': false, 'max reconneciton attemps': 3, + 'force new connection': true, 'reconnection limit': 3000 });