Hi,
I'd like to ask how does the ETA API handles SIGTERM / SIGINT?
Whenever I have a SIGTERM, I figured that the "cleanupAndExit" will be triggered. However, after the cleanupAndExit, I can also see more log info about the "RSSL_RC_CET_CHANNEL_DOWN" under "channelEventCallback" which closes the connection and gives me following error.
16:41:26.931116 ERROR Connection down: Channel fd=11
16:41:26.931132 ERROR Error text: Reactor is shutting down.
Basically, can you explain what will happen after the program receives an signal?
Thanks!