ntex-rs / ntex

framework for composable networking services
Apache License 2.0
1.84k stars 105 forks source link

Wrong feature gate in ntex/ntex-net/src/compat.rs #327

Closed hatoo closed 3 months ago

hatoo commented 3 months ago

https://github.com/ntex-rs/ntex/blob/baca449ba4b2abf24733874f0a1f37521e216d8e/ntex-net/src/compat.rs#L31-L37

It imports ntex_async_std whereas glommio is enabled. This causes a compile error in my program.

fafhrd91 commented 3 months ago

ntex-net 1.0.2 released with fix