same code, but different effect for various protocols for: ``` client1.on(testEvent, args -> { receivedData1.set(args[0]); }); ``` For Polling: <img width="2252" height="722" alt="Image" src="https://github.com/user-attachments/assets/28249bd2-907c-4189-8e60-59fa7d0e896d" /> For Websocket: <img width="2046" height="692" alt="Image" src="https://github.com/user-attachments/assets/7e843556-57d9-4891-b2ac-bed328ed477f" />