Eiffellib 1.1.0
Eiffellib updated to 1.1.0
- If Context is None, call a subscriber with None on Context.
This fixes a problem where eiffel subscriber would call callbacks with
a context link to illegal events. - Replace print() calls with the standard logging module
We should use the python standard library's logging module to log
messages, not print or traceback.print_exc() - Reconnect the connection thread if broker shuts down
Make subscriber and publisher interfaces more clear and stable.
Reconnect if the rabbitmq broker shuts down.