We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee07b8d commit ba78918Copy full SHA for ba78918
src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt
@@ -172,8 +172,7 @@ class CoderRemoteProvider(
172
/**
173
* Cancel polling and clear the client and environments.
174
*
175
- * Called as part of our own logout but it is unclear where it is called by
176
- * Toolbox. Maybe on uninstall?
+ * Also called as part of our own logout.
177
*/
178
override fun close() {
179
pollJob?.cancel()
0 commit comments