engine icon indicating copy to clipboard operation
engine copied to clipboard

Fix multiple issues affecting HooksTest.HooksUnitTests

Open jason-simmons opened this issue 3 years ago • 0 comments

  • Return errors from the HandlePlatformMessage call in PlatformConfigurationNativeApi::SendPortPlatformMessage
  • Clear the PlatformDispatcher onError handler installed by one of the tests. This handler can cause an infinite loop if a later test throws an exception.
  • Wait for completion of async tests.

jason-simmons avatar Oct 13 '22 19:10 jason-simmons