Listens to channel once. When a new message arrives, listener will be called with listener(args), and then removed.
channel
listener
listener(args)
Listens to
channel
once. When a new message arrives,listener
will be called withlistener(args)
, and then removed.