Production Release of imageZMQ adding new methods
New methods were added:
- Added
close
method inImageSender
andImageHub
classes. - Added
__enter__
and__exit__
methods so thatImageHub
and
ImageSender
will work when used in awith
statement. - Minor bug fixes and documentation updates