Skip to content

1.1.0

Compare
Choose a tag to compare
@malinkinsa malinkinsa released this 25 Feb 20:57
· 4 commits to master since this release
466746b
  • Support for data in list format for TCP. This allows sending multiple messages as a list instead of opening a new socket for each individual message. This could potentially improve the efficiency of TCP by reducing the overhead associated with socket establishment and teardown for each message;
  • Support compression level;