from asgiref.sync import async_to_sync from channels.layers import get_channel_layer def push_service(): ...... def push(channel, ...
確定! 回上一頁