sanic/sanic
Jeong YunWon e5196a49ff serve closes the loop only when it created its own loop.
When you were running multiple applications using asyncio, sanic
must be closed as the latest order because it closes the loop.

The patch limits the behavior only when sanic created its own loop
by argument `loop=None`.
2017-01-24 14:15:31 +09:00
..
__init__.py Increment version to 0.2.0 2017-01-14 11:24:31 -06:00
__main__.py Allow Sanic-inherited application 2016-12-26 20:37:16 +09:00
blueprints.py Merge pull request #316 from youknowone/route-get 2017-01-19 21:31:06 -06:00
config.py Add lru_cache to get 2016-10-20 00:28:05 -04:00
cookies.py Fix flake8 2016-11-19 18:04:35 -08:00
exceptions.py Merge branch 'master' into sphinx-docs 2017-01-20 09:30:42 +11:00
log.py Make it easier to override logging 2017-01-20 18:26:55 -05:00
request.py Simplify RequestParameters 2017-01-20 14:31:24 -06:00
response.py fixed line length to satisfy travis 2017-01-21 23:02:02 +02:00
router.py Merge branch 'master' into sphinx-docs 2017-01-20 09:30:42 +11:00
sanic.py Merge branch 'master' into add_register_sys_signals_flag 2017-01-21 10:25:57 -06:00
server.py serve closes the loop only when it created its own loop. 2017-01-24 14:15:31 +09:00
static.py Fix all docstring errors. 2016-12-25 20:43:45 +11:00
utils.py Merge pull request #265 from youknowone/test-middleware-schedule 2017-01-03 14:41:23 -06:00
views.py Merge branch 'master' into sphinx-docs 2017-01-20 09:30:42 +11:00