-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SendText #70
Comments
Hello @gpspelle, Could you use MicroWebSrv2 lib instead of MicroWebSrv 👍 You can check the |
Yeah, I'll try to use it, but I don't know if this will solve my problem in the end. |
And what's your problem exactly? |
Hi Gabriel, I had the same issue. def _acceptWebSocketCallback(webSocket, httpClient) : WS.SendText("Hi") This code was proposed by Marc Fiot |
Hi,
After reading this incredible Library, I am not sure yet about the send message process. As far as I understood, the example that you gave in your main.py file, you send a reply whenever you have received a message. But how should I do to send a message even I didn't get a message in the first place?
Thanks!
The text was updated successfully, but these errors were encountered: