diff options
| author | 2024-08-30 15:54:40 +0200 | |
|---|---|---|
| committer | 2024-08-30 15:54:40 +0200 | |
| commit | 0f7c975fe61dab4efb11b49ddc87331c30c26942 (patch) | |
| tree | 68f4b351b337b9a2269ddb2cb512016c93e7cbbc /ttun_server/proxy_queue.py | |
| parent | 53a8f300859a50d9f99f1821c35bca999fced6d8 (diff) | |
| parent | a72a0485ef8761b95c73cc420723247fafbb6f1c (diff) | |
| download | server-2.1.0.tar.gz server-2.1.0.tar.bz2 server-2.1.0.zip | |
Added websocket support
Diffstat (limited to 'ttun_server/proxy_queue.py')
| -rw-r--r-- | ttun_server/proxy_queue.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ttun_server/proxy_queue.py b/ttun_server/proxy_queue.py index e521886..c6c8067 100644 --- a/ttun_server/proxy_queue.py +++ b/ttun_server/proxy_queue.py | |||
| @@ -2,6 +2,7 @@ import asyncio | |||
| 2 | import json | 2 | import json |
| 3 | import logging | 3 | import logging |
| 4 | import os | 4 | import os |
| 5 | import traceback | ||
| 5 | from typing import Type | 6 | from typing import Type |
| 6 | 7 | ||
| 7 | from ttun_server.redis import RedisConnectionPool | 8 | from ttun_server.redis import RedisConnectionPool |
