4.0.0 Beta 1
Pre-release
Pre-release
The 4.0.0 Beta 1
release fixes compression support with a couple small compatibility breaks from 3.x
.
- The
WebsocketCompressionContextFactory
constructor parameter ofRfc6455ClientFactory
has been removed and is instead a constructor parameter of theWebsocket
class. - A nullable
WebsocketCompressionContext
parameter was added toWebsocketClientFactory::createClient()
.