Dryzler
Dryzler
Hi, when i call `await cropView.GetImageAsJpegAsync()` i get the error > Android.Content.Res.Resources+NotFoundException: 'Resource ID #0x7f0c0000'
### Description I delevoped a maui app. When i tried to publish it as realease on my iOS 16.5.1 physical device, the app crashed after the splash screen. After a...
Hello, I have implemented the basic secure websocket server as in the example, but when i try to connect, the server says: - Authentication failed, see inner exception My code...
Hello, does the websocket server support **permessage-deflate compression** when the client requests it? - e.g. client sends: Sec-WebSocket-Extensions: permessage-deflate If yes, is it possible to activate permessage-deflate on the server...