Posts a message to the given channel.
message
channel
Returns the number of clients that received the message.
Future<int> publish(String channel, String message);