Commit ea26d3e
committed
WebAgg: reuse already running Tornado ioloop
If a Tornado ioloop is already running before WebAggApplication.start() is called,
it should be re-used instead of trying to start it again. This allows one to
use WebAgg in his/her external Tornado application.1 parent d1fb195 commit ea26d3e
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
377 | 380 | | |
378 | 381 | | |
379 | 382 | | |
| |||
0 commit comments