Skip to content

resolve #349: add missing event loop implementation in Windows builds

Created by: mike-a-smith

Refactored the while loop that calls orb->perform_work() and the even loop function into a private method called Util::server_perform_work() and added calls to this method in the Windows #ifdef section

Merge request reports