-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow reconnection to running script #100
Comments
Done. |
This issue has a large leak with running behind a proxy without authentication. In this case all user IPs are replaced with the IP of the proxy and script-server thinks, that it's the same user all the time. |
Moved proxy IP issue to a separate task, since it's related not only to active executions: #114 |
If user reloaded (or opened and then closed) a page, he should still see and control currently executing script.
At the moment this is possible only within opened page.
Also, #94 config should be removed - all the scripts should have a possibility to run in disconnected mode
The text was updated successfully, but these errors were encountered: