fun push(event: String, payload: JSONObject = JSONObject(), timeout: Int = this.timeout): Push
Push a message to the channel.
event - Event name
event
payload - Arbitrary payload
payload
timeout - Timeout, default to socket timeout
timeout
Return A push that can be used for chaining