Commit 4e0151e
fix: Remove faulty client count optimization in S7Comm sync
The Srv_GetStatus client count check was incorrectly returning 0
even when clients were connected, causing buffer sync to be skipped.
Remove this optimization to ensure buffer sync always happens.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5567362 commit 4e0151e
1 file changed
Lines changed: 1 addition & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | | - | |
585 | | - | |
| 583 | + | |
586 | 584 | | |
587 | 585 | | |
588 | 586 | | |
| |||
599 | 597 | | |
600 | 598 | | |
601 | 599 | | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | 600 | | |
614 | 601 | | |
615 | 602 | | |
| |||
0 commit comments