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 currently using gremlin-client in one of my project. Unfortunately, gremlin-client rely on native-tls which itself rely on dynamically link openssl.
This can bring errors during compilation (cross compilation) or runtime.
Is it possible to make this dependency optional and rely on rustls instead ?
I might have the time to do it, but I'd like to discuss the implementation with you first !
Please let me know what you think about this !
The text was updated successfully, but these errors were encountered:
yes we can definitely, it was the first implementation on the sync connection that relies on native-lts
I can work on this in case since i would also refactor the deps in a way that you can either chose async or sync or both to lower down the dependencies per use case.
Hey there !
I'm currently using gremlin-client in one of my project. Unfortunately, gremlin-client rely on
native-tls
which itself rely on dynamically link openssl.This can bring errors during compilation (cross compilation) or runtime.
Is it possible to make this dependency optional and rely on rustls instead ?
I might have the time to do it, but I'd like to discuss the implementation with you first !
Please let me know what you think about this !
The text was updated successfully, but these errors were encountered: