Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent division by zero in FairQueueing when no active pipes are ava…
…ilable This commit fixes a potential DivideByZeroException in the FairQueueing class by conditionally performing the modulo operation only when there are active pipes (m_active > 0). This issue occurs during round-robin processing of messages when all pipes have been deactivated. The modification ensures stability and prevents crashes under these specific conditions.
- Loading branch information