add /ws/2/notify/ socket
This commit is contained in:
parent
97503e91e0
commit
101fa7b69d
10 changed files with 138 additions and 81 deletions
|
@ -10,8 +10,9 @@ import uvicorn
|
|||
django.setup()
|
||||
|
||||
from helper import init_loop
|
||||
from lmtp.protocol import LMTPHandler
|
||||
from lmtp.socket import UnixSocketLMTPController
|
||||
from mail.protocol import LMTPHandler
|
||||
from mail.socket import UnixSocketLMTPController
|
||||
|
||||
|
||||
|
||||
# async def handle_echo(reader, writer):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue