azure-iot-sdk-rs icon indicating copy to clipboard operation
azure-iot-sdk-rs copied to clipboard

Progressively enable tokio features based on features for this library

Open damienpontifex opened this issue 5 years ago • 0 comments

Some features (e.g. any c2d messaging, direct methods, twin updates) if disabled also then mean tokio features can be not used. In the case here, we don't need sync if there isn't any incoming message features required

Look across other tokio enabled features and have them progressively enabled if the features require them in this library

Related to #27

damienpontifex avatar Jun 28 '20 04:06 damienpontifex