0.2.0 • Published 4 years ago

reliable-zeromq v0.2.0

Weekly downloads
52
License
UNLICENSED
Repository
github
Last release
4 years ago

Reliable ZeroMQ

Build Status codecov

TODO:

  • Test what happens when two sockets bind to the same endpoint
  • Migrate to ESLint
  • Test multiple subscribers to one publisher (networked)
  • Separate Ack + Response in ZMQResponse to distinguish between slow peers and slow endpoints?
  • Send a closure message on Close() call, allow ZMQResponder and ZMQPublisher to free memory

Ideas:

Known Issues:

  • JSONBigInt parses any string it can to bigint, e.g. "20n" to 20n, instead of its correct value of "20n"
  • ExpiryMap does not reset expiry when set() overwrites an existing value. Would require a LinkedListDictionary.
0.2.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago