Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not execute already executing browsers
This was causing iframe reloads on IE8/IE9. These browsers use xhr-polling and socket.io does re-connects pretty often. We need to start execution only when the browser connects for the first time, no other re-connects.
- Loading branch information