Skip to content

4.0.0

Compare
Choose a tag to compare
@arnaud-lb arnaud-lb released this 04 Oct 15:23

BREAKING CHANGE: Since version 4.0, the client longer polls for network events
at shutdown (during object destructor). This behaviour didn't give enought
control to the user in case of server issue, and could cause the script to
hang while terminating.

Starting from this version, programs MUST now call flush() before shutting
down, otherwise some messages and callbacks may be lost.

Features

Enhancements

Bugfixes

General