Skip to content

Set timeout of THttpServer to synchronous, fix deadlock in SignalScan()

Basil Schneider requested to merge bschneid/Ph2_ACF:fix-signal-scan into CBC3

Setting the timer for the THttpServer to synchronous prevents a possible deadlock during the SignalScan(), and likely in other places too.

Merge request reports