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
[Plugin] Stop using 'async' for main/message handling methods
There's no reason to do so, and some how plugin test fails with:
```
dyld: lazy symbol binding failed: can't resolve symbol _swift_task_create
in /Users/ec2-user/.../ExamplePlugin because dependent dylib
@rpath/libswift_Concurrency.dylib could not be loaded
```
0 commit comments