Skip to content

Eiffellib 1.1.0

Compare
Choose a tag to compare
@t-persson t-persson released this 29 Jan 08:30
ff11b12

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.