v1.7.3
Bug Fixes
- #1924 - engine-core: Fixes an issue where
consumerDisconnectedCallback
is not invoked when no context is set, as well as an issue whereconsumerDisconnectedCallback
is called multiple times when multiple contexts are set.
Improvements
- #1921 - engine-core: Export the
DataCallback
,WireAdapter
, andWireAdapterConstructor
typescript interfaces.
Internal