I want to use a request/response pattern (similar to http). I read on internet that I should use notifications to send response back to the client. However, notifications are send to all clients whereas I need to send notification to a specific client. Is it possible to send notification to a single client?
I want to use a request/response pattern (similar to http). I read on internet that I should use notifications to send response back to the client. However, notifications are send to all clients whereas I need to send notification to a specific client. Is it possible to send notification to a single client?