mirror of
https://github.com/django/daphne.git
synced 2025-05-29 18:23:13 +03:00
5 lines
115 B
Python
5 lines
115 B
Python
|
|
def ws_message(message):
|
|
"Echoes messages back to the client"
|
|
message.reply_channel.send(message.content)
|