Skip to content

Fix timeout in mrc client and connector to avoid endless loop issue

Nigel Reed requested to merge mrc_fix_endless_loop_issue into master

The mrc client would terminate after being idle for the time specified in JavaScriptTimeLimit in sbbs.ini. The change disabled the time limit in both the client and the service so neither of them should complain and exit due to an endless loop.

Merge request reports