Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
I need to implement a notification function. When certain event get raised from ThingWorx and is captured by the subscription , the mashup will display a notification message .
Auto refresh widget may achieve this as a workaround , but I think WebSocket is the best solution, does ThingWorx provides OOTB function/extension for this kind of need ?
Regards
Sean
Solved! Go to Solution.
@seanccc : Please check this article which might be helpful in this case: https://www.ptc.com/en/support/article/CS269820
@seanccc : Please check this article which might be helpful in this case: https://www.ptc.com/en/support/article/CS269820
@abjain ,
So, it's still a "Pull" solution , I need to call the service to get the alter information regularly from the Mashup using auto refresh widget.
Is there a "Push" solution which can send message from ThingWorx server to Mashup ?
Regards,
Sean
@seanccc : I think you will have to use auto-refresh widget for getting new values by calling services.
@abjain ,
So I have to pull.... but for such a common function, it's quite necessary for ThingWorx to provide the "Push" approach I think .
Regards,
Sean