Commit 7eb8121
committed
Remove broken async support.
Added ThreadingMixIn at some point when testing different approaches
to run server on background. It would add async support which would be
awesome, but unfortunately it doesn't work well with the current
system so intercept stdout/stderr. See issue #20 that requests this
async support for more information about the problems. The issue also
contains a potential solution, but it is too big task for 1.1 release.1 parent 5fd0632 commit 7eb8121
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | | - | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
187 | 185 | | |
188 | 186 | | |
189 | 187 | | |
190 | | - | |
| 188 | + | |
191 | 189 | | |
192 | 190 | | |
193 | 191 | | |
| |||
0 commit comments