Fixed another socket flush race condition (#2)
Added the preferBiggerTcpPackets option (defaults to false). When enabled, the driver will join together protocol frame chunks before piping them to the underlying TCP socket. This option will improve performance at the expense of slightly higher memory consumption.
Improved support for compression codecs Driver is now compatible with dart_lz4
Renamed lib/driver to lib/src so that docgen works Fixed race condition while flushing data to sockets (#1)
Restructured folders to align with pub requirements
Initial release