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
We're seeing a similar exception in line 80
If it's known those methods can throw why not make the containing func throwing and pass the exception up to the user of the lib?
Hi,
v4.1.4
resolved the memoryRebound fatal error on Xcode 14 / iOS 16 that we were seeing but there is also another issue in SelectorEventLoop.This looks like it was also raised in envoy/Ambassador#67 but I thought I'd add it here for more visibility.
We've tried cleaning up the event loop vars between tests, sharing a single instance of the server, and various other tweaks but no luck. Our use of Embassy is an almost identical setup to described here: https://envoy.engineering/embedded-web-server-for-ios-ui-testing-8ff3cef513df#.c2i5tx380
Any help or ideas would be appreciated.
Xcode 4.0.1
Embassy 4.1.4
macOS 12.6
Simulator iOS 16.0
The text was updated successfully, but these errors were encountered: