Feature Request
Is your feature request related to a problem? Please describe
There is no indication in the logs that a native library conflict exists in the current deployment
Describe the solution you'd like
When the driver attempts to load the native libraries it assumes there is only one present for the current system.
However with io-uring and epoll being both available for Linux a conflict might occur.
This is - by itself - an invalid state of the system, but the driver silently prioritizes io-uring over epoll
A warning message needs to be displayed, stating that both native transports were detected.
The warning message should also state how the conflict was resolved.