Pithikos / python-websocket-server

A simple fully working websocket-server in Python with no external dependencies
MIT License
1.13k stars 380 forks source link

server send message to client #79

Closed lovewqf closed 3 years ago

lovewqf commented 4 years ago

How does the websocket server actively send messages to the client?

jorgebg2016 commented 3 years ago

I wanna know too. I have the same problem than you. Do you got solution for that? If you got, could you say me?

stanma9107 commented 3 years ago

WebSocket cannot send messages to client automatic, it need some action to trigger it.

Pithikos commented 3 years ago

An example is needed. This is too vague of a question. Closing.