Skip to content

[EchoServer] exit the echo server by terminate the runtime

Maxim Onciul requested to merge echo_server_terminate_runtime into master

Since stats are printed in the Runtime destructor we can not simply call exit() and have to properly terminate the Runtime. When the echo server receives a "quit" message all active connections will return and the Runtime will terminate if there is no work left.

Merge request reports

Loading