KMI-KPZ / rasahub

Rasahub is a middleware to connect Chatbots to User Interfaces like Enterprise Social Networks and include data-sources like Google Calendar.
MIT License
5 stars 5 forks source link

Implement message query #4

Closed frommie closed 6 years ago

frommie commented 6 years ago

Currently only new messages are processed. Imagine a state where Msg ID 5 is processed and until a reply is saved back to the database there are messages 6, 7 and after saving the reply to the database a new message ID 9. Now only message ID 9 is processed, 6 and 7 missing.

frommie commented 6 years ago

resolved in pr #12