CTRL+BREAK does not shutdown server

Issue #3 new
Brian Brietzke created an issue

When the server is up and running, and you attempt to stop the process with CTRL+BREAK/C the process will hang while attempting to stop Redis.

When you remove the exit handler code ( addon_app.py, lines 96 through 99 ) the server will shutdown but throw an exception about a coroutine in asyncio_redis.

Comments (1)

  1. Log in to comment