Skip to content

Messages continue after conversation has ended. #4

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); }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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