Age | Commit message (Collapse) | Author |
|
If the events server is initialized in a different process than the backend,
the txzmq socket raises an "zmq.error.ZMQError: Interrupted system call"
exception during the events server initialization. Despite that, communication
seems to work flawlessly after the initialization.
Moving the events server initialization to the same process as the backend
causes the exception to not be raised during events server intialization.
|
|
Use global flag for ZMQ_HAS_CURVE.
Closes #6646
|
|
Fix typo for signal disconnection.
The backend is the one who always creates the certificates. Either if it
is run separately or in a process in the same app as the frontend.
|
|
Add the 'check_online' method to check whether the backend is accessible
or not.
Reduce the wait for running threads timeout on quit.
Add retry feature to the backend requests send.
|
|
Stop the backend if the frontend process does not exist any more and
backend is not a daemon.
|
|
|
|
|
|
Add serialize/deserialize to dict helper.
|
|
|
|
|