This repository was archived by the owner on May 13, 2024. It is now read-only.

Description
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?