Subject: XmppXElementStreamObserver does not trigger with new messages
Dear all,
I am trying to use the XmppXElementStreamObserver to get new messages but its does not working.
This is my code:
The another user is receiving my messages without problems but I am not seeing the response.
I am using the Matriz.vNext v2.4.5.
What is the problem?
I am trying to use the XmppXElementStreamObserver to get new messages but its does not working.
This is my code:
- client.XmppXElementStreamObserver
- .Subscribe(el =>
- {
- MessageBox.Show(el.ToString());
- });
- I tried this too:
- client.XmppXElementStreamObserver
- .Subscribe(el =>
- {
- MessageBox.Show(el.ToString());
- });
The another user is receiving my messages without problems but I am not seeing the response.
I am using the Matriz.vNext v2.4.5.
What is the problem?
This post was edited on 2020-09-30, 17:55 by Alex.