Hello, we have a use case where we want to send a message to a specific user depending on some logic in Data Adapter.
For examples if we when data adapter receives data { id=10, age=20 } it needs to go to user with id=10 only. Other connected connections should not receive that message.

Do we have a sample which shows this type of implementation. Most of the sample I saw were publishing to all connected users.