Currently to use any of the connect types with the new pooling API in hyper-utils, you also need to enable the client-legacy feature. It is my opinion that given that the HttpConnector, Connection, and Connected types should be shared.
Perhaps moving it into it's own feature, or a any(client-pool, client-legacy) type thing might be worth it in the long run.
Currently to use any of the connect types with the new pooling API in hyper-utils, you also need to enable the client-legacy feature. It is my opinion that given that the
HttpConnector,Connection, andConnectedtypes should be shared.Perhaps moving it into it's own feature, or a
any(client-pool, client-legacy)type thing might be worth it in the long run.