Skip to content

Production Release of imageZMQ adding new methods

Latest
Compare
Choose a tag to compare
@jeffbass jeffbass released this 23 May 05:58
· 78 commits to master since this release

New methods were added:

  • Added close method in ImageSender and ImageHub classes.
  • Added __enter__ and __exit__ methods so that ImageHub and
    ImageSender will work when used in a with statement.
  • Minor bug fixes and documentation updates