v5.1.1
Patch Changes
-
#358
de3c0aeThanks @pacocartones! - FixedMessageEvent.lastEventIdbeing empty when a message omits the id fieldThe
lastEventIdattribute is the last event ID string of the event source, so an explicitidfield persists until another one replaces it. Message events were dispatched with the current event's ownidinstead of that buffer, which leftlastEventIdempty on every event that omittedid, even though the buffer still held the earlier value and would have been sent asLast-Event-IDon reconnect. -
17a9772Thanks @rexxars! - Fixed ID-only event blocks not updatingMessageEvent.lastEventIdorLast-Event-IDon reconnect.