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
Pre-emptively fix sendability issues with the next NIO release (#26)
Motivation:
The next NIO release includes stricter sendability checks which result
in compilation errors in Swift 6 language mode.
Modifications:
- Change where a handler is constructed
Result:
Compiles with the SwiftNIO on main
0 commit comments