github uNetworking/uWebSockets v18.4.0

latest releases: v20.62.0, v20.61.0, v20.60.0...
3 years ago

Minor features

  • App::getNativeHandle and AsyncSocket::getNativeHandle will return the SSL_CTX and SSL pointers, respectively. In the case of non-SSL, the file descriptor or nullptr will be returned.
  • maxBackpressure is now applied to WebSocket::send, not only WebSocket::publish. This means any attempt at sending when having too much backpressure will be ignored, skipped, and return success. If you don't want this behavior either disable maxBackpressure or check getBufferedAmount before sending, manually.

Don't miss a new uWebSockets release

NewReleases is sending notifications on new releases.