Hi everyone,
I have 2 questions First one:
I need to get all Sessions IDs to send msg to them using the message handler, there are any way to do that? Second one:
if i try to get The current SessionId to pass the message directly with this code:
You capture it in your module's setup hook and save it in a field. I tend to use a private static field and matching getter so the rest of the module can obtain it via that static method.