Skip to content

Messages continue after conversation has ended. #4

@JamesTStuck

Description

@JamesTStuck

The "Are you there" timeout messages still occurs after the bot application has ended the conversation. I tracked it down to this statement in timeout.js

if (event.type === endOfConversation) { **_this.clearTimeoutHandlers(event);** _this.timeoutStore.removeConvoFromStore(convoId); }

actually should be

if (event.type === endOfConversation) { **_this.clearTimeoutHandlers(convoId);** _this.timeoutStore.removeConvoFromStore(convoId); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions