Could not complete Chat app using pusher module

0
Hi, https://appstore.home.mendix.com/link/app/107957/ I am trying to implement chat app using pusher Chat widget same as mentioned url above. I have implemented for one to one chat(one text box with two browsers). But i could not implement multiple chat message with different users. Please provide some sample or links to follow. Difficulties: Notify is happening, hitting pusher url and chat is counted. But PusherListen widget is not listening  Currently using Mendix studio pro : Version 8    Thanks in advance.
asked
2 answers
0

Hi Robinson, did you put the Pusher listen widget on the dataview with the same object you used in the pusher notify action? The pusher listen widget should call your refresh microflow to retieve the updated data.

answered
0

Hi Wilfried, Please find the below chat page. this is the chat page i am using.

https://appstore.home.mendix.com/link/app/107957/

I am trying to implement chat app using pusher Chat widget same as mentioned url above. I have implemented for one to one chat(one text box with two browsers).

But i could not implement multiple chat message with different users. Please provide some sample or links to follow.

Difficulties: Notify is happening, hitting pusher url and chat is counted. But PusherListen widget is not listening 

Currently using Mendix studio pro : Version 8 

answered