Last active
July 13, 2021 04:46
-
-
Save amencke/8f4eca3c3fcab3d34dc1b69fd681025b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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