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'm wondering if it would be possible to extend the client to accept a generic object that implements Read+Write. Specifically I'm interested in creating the connection myself and handing it over to the irc crate.
That would also allow setting the tokio-tls and native-tls dependencies to optional to avoid linking to openssl.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. In principle, this should be possible, but I suspect that it would be a rather substantial (probably breaking) change. If you'd like to investigate it yourself, I'd be happy to offer support, feedback, and so forth along the way. If it can be done in a way that doesn't make the common case (i.e. using the library-provided connections) worse, I'd be happy to include it as part of the irc crate.
hello!
I'm wondering if it would be possible to extend the client to accept a generic object that implements Read+Write. Specifically I'm interested in creating the connection myself and handing it over to the irc crate.
That would also allow setting the tokio-tls and native-tls dependencies to optional to avoid linking to openssl.
The text was updated successfully, but these errors were encountered: