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
I think this partially intersects with #132 SOCK_CLOEXEC fix applicable to both windows and mac os, so it make sense to use not(linux) or any(windows, macos).
There are two types of checking different OSs:
ttrpc-rust/src/sync/server.rs
Lines 335 to 341 in 212d221
ttrpc-rust/src/common.rs
Lines 120 to 123 in dfae1ad
Should these use the consistent way, for example, the pairs of:
The text was updated successfully, but these errors were encountered: