Yeah the channel doesn’t get sent with the notification, just the selector and message body. The channel controls whether the subscriber gets the message at all based on whether they’re subscribed to the channel.
Please let me know.
In my application the client subscribes a list of channels, the server sends notification for a single channel then for another single channel and so on.
From the client side I hoped to get the channel notified in the ServerEventMessage channel property.
Now, the channel property is null because the server sends the selector?