Changes since 23.3.25
Fixes
-
Postpone commands scheduled with runWhenAttached for detached nodes (#18172)
Commit · Pull request · Issues 1434, 18020When detach listeners are called, the node still has a parent set, causing commands scheduled with runWhenAttached to be executed immediately. This change make runWhenAttached postpone the command by registering an attach listener, if called durint node detach.
-
Revert "fix: support accept property in StreamReceiverHandler (#18022)"
This reverts commit 67a9156.
Reverts #18022
Fixes regression found in #18185. Reverted instead of patching in favor for better API in future.