From bad0745fcc88bfa1dc2bb9a4aad325a72f07d4d5 Mon Sep 17 00:00:00 2001 From: "Robert C. Martin" Date: Sat, 9 Apr 2022 10:04:30 -0500 Subject: [PATCH] Add threading diagnosis to stories. --- src/more_speech/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/more_speech/core.clj b/src/more_speech/core.clj index a68a80d..2cd8f77 100644 --- a/src/more_speech/core.clj +++ b/src/more_speech/core.clj @@ -1,6 +1,6 @@ ;;Stories ;; - Send an article. -;; - Close web socket(s) on close. +;; - Threading does not work quite right. Do some diagnosis. ;; - Reply ;; - Mark read and highlight properly. ;; - Save names and headers. Request after latest save.