You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sealing Engine Core should be updated to clarify its interface, including blocking versus non-blocking calls, error handling and propagation, documentation, and its scope of operation (processing internal messages only, not network messages). Refer to comments on #6747 for additional details.
Proposed Solution
Refactor to replace the deprecated engine.Unit with ComponentManager.
Update unit tests to accurately verify the functionality and boundaries of the Sealing Engine Core.
The text was updated successfully, but these errors were encountered:
Problem Definition
The Sealing Engine Core should be updated to clarify its interface, including blocking versus non-blocking calls, error handling and propagation, documentation, and its scope of operation (processing internal messages only, not network messages). Refer to comments on #6747 for additional details.
Proposed Solution
engine.Unit
withComponentManager
.The text was updated successfully, but these errors were encountered: