I'm currently trying to devise a scheme where the following happens.
Client A is subscribed/connected to topic/channel T.
A sends a message in the form of a select query to T.
Only A receives the query results, no other subscribers.
Is this even possible using Channels? The main reason I chose Channels was for the excellent websocket support - however I'm open to other Phoenix solutions.