Skip to content

How to identify what the server or client is saying? #269

Answered by jchristn
SnowdenDev asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @SnowdenDev the logic would be to examine the MessageReceivedEventArgs.Metadata in your event handler to find the MessageType key and value. From there you can pass the message data into your handler, whether it's login or something else.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jchristn
Comment options

Answer selected by SnowdenDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #268 on September 21, 2023 14:28.