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
Updated mio-rs to version 1.1.0 which includes the fix for macOS thread safety issues
Fixed
Resolved macOS thread safety issues with mio::Event in worker threads (initially fixed with custom Event wrapper #70, then properly resolved by updating mio-rs after upstream fix #72)
Development
Enhanced CI/CD with cross-platform testing workflows
Fixed clippy linting issues
Added unstable feature testing with nightly Rust channel
Improved CI workflow to avoid using unstable features in stable & beta channels
Added TCP tests and disabled UDS tests on Windows for better cross-platform support