How to get connectionId or lastSessionId? #88
Answered
by
TheRealNate
vforvasile
asked this question in
Q&A
-
On the web side, we use Meteor.connection._lastSessionId. Any idea on how to get the connectionId with this library? |
Beta Was this translation helpful? Give feedback.
Answered by
TheRealNate
Feb 21, 2022
Replies: 1 comment
-
Hey @vforvasile, this is an interesting use-case. I don't think we have any way to do this currently as we aren't storing the connection id. If you require the connection ID please convert this to an issue and I'll flag it as needs work, otherwise if you'd like to discuss an alternative we can do so. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vforvasile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @vforvasile, this is an interesting use-case. I don't think we have any way to do this currently as we aren't storing the connection id. If you require the connection ID please convert this to an issue and I'll flag it as needs work, otherwise if you'd like to discuss an alternative we can do so.
Thanks!