Skip to content

1.0.0-dev.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@enwi enwi released this 11 Oct 13:22
· 40 commits to main since this release

Fix heap corruption due to wrong usage of malloc.allocate

  • Use periodic timer to poll sockets every second
  • Poll all messages on socket instead of one for each event to not loose messages
  • Reuse zeromq message pointer
  • Improve return code handling
  • Rename _isActive of ZContext to _shutdown
  • Rename _handle and _zmq of ZSocket to _socket and _context
  • Add stream for ZFrames to ZSocket
  • Always show error code in ZeroMQException
  • Fix pubspec of example