You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Hi, it seems that if I send a large string to a different socket server, after sending the message, the ram is never released. The string is 5MB.
Works fine, but.. even after the message is send, and closed.. ram is not released.
ws.send (text: self.jpegPhotoData!.base64EncodedString(options: .lineLength64Characters))
Any ideas?