How to write a websocket server without receive any packet from client after handshake
Posted: Thu Sep 21, 2023 3:21 pm
I'm writing a websocket server based on the github example "echo websocket"(https://github.com/espressif/esp-idf/tr ... cho_server).
The client always receives packets after sending a message to the server in that implementation, however, is there any way to implement a websocket server that periodically sends some data without needing to receive any messages ?
I want just connecting my client and starting to receive data periodically without sending messages.
Auro.
The client always receives packets after sending a message to the server in that implementation, however, is there any way to implement a websocket server that periodically sends some data without needing to receive any messages ?
I want just connecting my client and starting to receive data periodically without sending messages.
Auro.