Commit d5048b2
committed
fix(socketapi): remove doWait from broadcastMessage in slotUnregisterPath.
Passing doWait=true caused socket->waitForBytesWritten(1000) to emit a signal.
During shutdown, the signal could trigger slotUnregisterPath,
corrupting _registeredAliases and crashing with EXC_BAD_ACCESS.
Removing doWait eliminates the nested event loop and the re-entrancy.
Signed-off-by: Camila Ayres <hello@camilasan.com>1 parent 50e6ba6 commit d5048b2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
0 commit comments