mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
6 lines
206 B
Python
6 lines
206 B
Python
"""公告通知 SSE 连接管理(向全部在线用户广播公告变更事件)"""
|
|
|
|
from app.core.sse_manager import SSEConnectionManager
|
|
|
|
notice_stream_manager = SSEConnectionManager(channel="notice")
|