Hello everyone!
I was playing around with websockets and made a simple flow that worked, it consists in receiving every second a timestamp and a button that when is pressed it send th word "prueba" as payload. Then for some reason i changed the payload from "prueba" to "123" and when i press the button it shuts down the WS connection and all across the dashboard the "connection lost" sign pops up, so i'm a little confused by this. What am i doing wrong?
PD: Sorry if this is not the place to ask this kind of questions!