v0.8.5
uSockets should never be built as DLL; it should always be built as a static library (and if available, LTO).
Being an opaque low level library means dynamic dispatching of low level calls such as us_socket_ext entirely ruins performance.
The library should always be built as a static library