- By default, when a message channel - message event is subscribed, it will broadcast a message which has been broadcast previously.
- Flow will be: Message broadcast -> Message subscribe -> Able to receive the message broadcasted before
- If skipHistoricalMessage is set, the previous will be skipped
Preview
- Skip historical changes:
- Subscription status: Not yet