aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/consolehandler.py
Commit message (Collapse)AuthorAgeFilesLines
* webui: consolehandler.py: Fix a minor bugAaron LI2016-11-091-5/+5
|
* webui: Add "ConsoleHandler" to handle the "console" type messageAaron LI2016-11-091-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!