uNetworking / uSockets

Miniscule cross-platform eventing, networking & crypto for async applications
Apache License 2.0
1.26k stars 259 forks source link

Discrepancy between uWebSockets and uSockets releases #107

Closed epsilon-0 closed 4 years ago

epsilon-0 commented 4 years ago

Seems like the latest uWebSockets release (and also the 18.4.0) release is incompatible with uSockets 0.4.0 as they need us_socket_get_native_handle.

Simple resolution: make a release for uSockets

Side note: I've been able to get uSockets and uWebSockets as a package into both Gentoo and OpenBSD. Thanks a lot for this work :)

ghost commented 4 years ago

0.4.1 released

epsilon-0 commented 4 years ago

Wow, really fast response.
Thanks a lot!