You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When iterating through all messages in a topic or for a given me, there seems to be no way to get the message timestamp. This seems to be a member of MessageData. Any way we could have access to that in the MessageHandler?
The text was updated successfully, but these errors were encountered:
This would be useful, although digging into the code a bit, it will take a little bit of work to actually get that data available in the MessageHandler. I'll look into adding that.
@azymnis see #45, I posted some code there that will get the header timestamp for you while iterating through all messages on a given topic or list of topics.
When iterating through all messages in a topic or for a given me, there seems to be no way to get the message timestamp. This seems to be a member of
MessageData
. Any way we could have access to that in theMessageHandler
?The text was updated successfully, but these errors were encountered: