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
{{ message }}
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
I have a tango server where the event loop runs just fine when compiled for Linux, but does not run at all in Windows.
When debugging the issue, it looks like the code in Util::server_run() surrounding the orb->run() call is very different depending on if TG_WINDOWS is defined:
I have a tango server where the event loop runs just fine when compiled for Linux, but does not run at all in Windows.
When debugging the issue, it looks like the code in Util::server_run() surrounding the orb->run() call is very different depending on if TG_WINDOWS is defined:
Is there a reason for not using the event loop functionality in windows? Would a cut/paste of the if(ev_loop_func) block fix this issue?