I have iOS application which has WebSocket communication between Xcode libraries and WKWebView (Java script) front end UI. client usually sends 200 bytes. however on demand, it may send upto 2MB encrypted binary data messages. In iOS 14, server (Java script) was able to receive 2 MB of binary message. In iOS 15 Beta 1 & 2, not able receive message beyond 500 KB. Do I need to tune any properties to receive 2 MB data ? , is there any relation between this issue and com.apple.developer.kernel.increased-memory-limit entitlements
iOS 15 Beta 2 - WKWebView - Web socket server not receives large Message (2MB)
Issue resolved in iOS 15 Beta 3