You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetPId() and isrunning() in the COEProcess file is causing issues if the pid file is being removed or auto-generated by the OS, a check is needed and a deletion of the pid file might be a good solution.
When the pid file exists, but the COE is not responding (or was shutdown externally), the IsRunning() function succeeds when clicking on the Launch COE button in here
IsRunning() needs to go beyond asserting that the pid file works:
It may check if the pid process is still running (not perfect if it is not responsive)
It may check if the /version pinging of the server is good (this should always be tested...)
We should also try to delete the pid file in case we discover the server is not responding and but the file exists... Maybe issue a console error???
No description provided.
The text was updated successfully, but these errors were encountered: