Skip to content

Instantly share code, notes, and snippets.

@amencke
Last active July 13, 2021 04:46
Show Gist options
  • Save amencke/8f4eca3c3fcab3d34dc1b69fd681025b to your computer and use it in GitHub Desktop.
Save amencke/8f4eca3c3fcab3d34dc1b69fd681025b 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