I've created a quite simple code for testing the capabilities of the websocket via Flutter web.
On the server-side, I'm using the SimpleWebsocketServer python module.
I can connect to the server but I can't send anything there, it doesn't arrive but there is no error on any side.
Hi,
I've created a quite simple code for testing the capabilities of the websocket via Flutter web. On the server-side, I'm using the SimpleWebsocketServer python module. I can connect to the server but I can't send anything there, it doesn't arrive but there is no error on any side.
Here is my client code (Flutter web)
Here is my server code (Python):
Here you can find the Wireshark log: https://drive.google.com/file/d/1k_pmXIkBEhojl8FYj6X29ZH2pWx9xcFz/view?usp=sharing
And here is a screenshot of the relevant part of the Wireshark log:
Is there any idea why it doesn't work?