jbot icon indicating copy to clipboard operation
jbot copied to clipboard

Conversation queues should be replaced by a statemachine

Open ashneo76 opened this issue 8 years ago • 1 comments

Implementing the conversation as a queue can lead to stack overflows when conversation needs to be restarted from a point already mentioned in a method before. An acyclic directed graph can be used to handle such a situation.

ashneo76 avatar Oct 19 '16 18:10 ashneo76

Yes, I need to think on this. There is another issue opened which is related to this: https://github.com/ramswaroop/jbot/issues/13

rampatra avatar Oct 19 '16 20:10 rampatra