This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Commit aab0906
authored
Fix flaky agentprotocol test (#538)
Both testing threads called the Kill() function at the same time which
caused them to deadlock as they both were trying to send the termination
packet to each-other at the same time. In a real situation this would
not cause a deadlock as the communication between the two sides would be
buffered.
Signed-off-by: Nikos Tsipinakis <nikos@tsipinakis.com>1 parent 32cc4c0 commit aab0906
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
| 99 | + | |
100 | 100 | | |
0 commit comments