Rebex .NET components R6.4: Support for .NET 6.0 on Android and iOS
| Lukas Pokorny
R6.4 brings support for .NET 6.0 on Android and iOS, along with other improvements.
Support for .NET 6.0 on Android and iOS
Support for mobile platforms in .NET 6.0 has finally arrived, slightly masquaraded as .NET MAUI. Rebex components now support these new platforms as well.
Optimized AEAD ciphers in TLS and SSH
ChaCha20/Poly1305 and AES/GCM ciphers have been slightly optimized on all platforms.
Optimized CPU usage in TLS 1.3
Rebex TLS 1.3 core has been further optimized for this release.
New asynchronus core for WebSocketClient
This release includes a new fully-asynchronous TLS core suitable for scenarios where a large number of WebSocket clients are active at the same time. To enable this feature, set WebSocketClient.Settings.UseAsynchronousTransportLayer
to true
.
And more...
For a detailed list of changes, see the release history.