Revision 7c6eb7f81227245fd65ec84477279f0f9254bc86 authored by Tim Jiang on 23 December 2019, 14:30:37 UTC, committed by brharrington on 23 December 2019, 14:30:37 UTC
Before it would work for the initial subscription, but didn't properly
handle updates. This change adds a session manager that will handle
the updated subscriptions.
1 parent 06b23a2
Raw File
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top