Commit a696373
committed
rewrite server with asyncio
Summary: Rewrite the server to use asyncio and be multithreaded. Allows handling multiple clients.
Test Plan: Tests updated. Later test also tests multiple db writes simultaneously.1 parent 396fbaa commit a696373
File tree
14 files changed
+458
-434
lines changed- aepsych
- database
- server
- clients/python/tests
- tests
- models
- server
- message_handlers
14 files changed
+458
-434
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
440 | 441 | | |
441 | 442 | | |
442 | 443 | | |
443 | | - | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
444 | 447 | | |
445 | 448 | | |
446 | 449 | | |
447 | 450 | | |
448 | | - | |
| 451 | + | |
449 | 452 | | |
450 | 453 | | |
451 | 454 | | |
| |||
0 commit comments