Skip to content

Instantly share code, notes, and snippets.

@amencke
Last active July 13, 2021 04:46
Show Gist options
  • Save amencke/d4f1dd1897479eec2fd12387245dc4fb to your computer and use it in GitHub Desktop.
Save amencke/d4f1dd1897479eec2fd12387245dc4fb to your computer and use it in GitHub Desktop.
case SessionTimeout(conversationID) =>
sessions -= conversationID // remove session from the cache
context.log.info(s"Session timed out for conversation ${conversationID}")
this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment