How to send message to user connected to specific url path? Every time when client connects its gets custom uuid for example 1234-abcd-1234 and its connect to websocket server with this uuid for example ws://localhost:8082/1234-abcd-abcd
How to send message to user that connected with that specific link (and only to him) ?