scalableminds / chatroom

React-based Chatroom Component for Rasa Stack
https://npm-scalableminds.s3.eu-central-1.amazonaws.com/@scalableminds/chatroom@master/demo.html
GNU Affero General Public License v3.0
307 stars 207 forks source link

Known issue that Reminders won't work? #130

Closed hankshz closed 4 years ago

hankshz commented 4 years ago

I followed https://rasa.com/docs/rasa/core/reminders-and-external-events/ to set up a reminder. I could tell from the rasa side that the reminder event/action is triggered. But I didn't see anything updated in the chatroom UI. I guess this is the limitation of chatroom because it's using REST API (poll model only)? Did I miss anything? Maybe we should mention this limitation in the README? Thanks!

hotzenklotz commented 4 years ago

Good catch. I guess we never used the reminders feature. I am not even sure if the Rasa REST API exposes them somehow.

Feel free to open a PR if you are working on a fix.

hankshz commented 4 years ago

I just tried webchat (https://github.com/botfront/rasa-webchat) who is using socket.io and it just worked. I guess this is something fundamentally not supported by REST model then...?