Christopher Aubut
Christopher Aubut
#### Problem The initial event loop passed to [AsyncReadTransaction](https://github.com/project-chip/connectedhomeip/blob/93d72d265b449488ed260264620a6344a40550c6/src/controller/python/chip/clusters/Attribute.py#L625) is closed by the time a resubscribe occurs. It only lives until [ZCLSubscribeAttribute](https://github.com/project-chip/connectedhomeip/blob/93d72d265b449488ed260264620a6344a40550c6/src/controller/python/chip/ChipDeviceCtrl.py#L1091) returns. ``` 2022-08-09 21:50:17 548360307136 ERROR chip.DMG _RedirectToPythonLogging:38...
### What version of Effect is running? 2.4.5 ### What steps can reproduce the bug? package.json ```json { "name": "test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo...