Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: consolehandler.py: Fix a minor bug | Aaron LI | 2016-11-09 | 1 | -5/+5 |
| | |||||
* | webui: Add "ConsoleHandler" to handle the "console" type message | Aaron LI | 2016-11-09 | 1 | -0/+199 |
XXX/FIXME: The console task will BLOCK the tornado, which should be FIXED! However, the `WebSocket.on_message` currently may NOT be a coroutine (as of Tornado v4.3), so another way should be taken to solve this problem in order to call the console task asynchronously! |