vapor / mysql-nio

🐬 Non-blocking, event-driven Swift client for MySQL.
MIT License
87 stars 28 forks source link

Copy row byte buffer slices #28

Closed tanner0101 closed 4 years ago

tanner0101 commented 4 years ago

Fixes an issue causing MySQLRow to retain large amounts of memory (#28).

Note: Adds an explicit copy to MySQLRow value byte buffer slices allowing wire protocol buffers to be released from memory.

tanner0101 commented 4 years ago

These changes are now available in 1.0.0-rc.2.1