This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-18
Channels
- # announcements (22)
- # asami (7)
- # babashka (43)
- # beginners (68)
- # biff (2)
- # calva (10)
- # clj-kondo (7)
- # cljdoc (29)
- # clojure (41)
- # clojure-austin (1)
- # clojure-brasil (2)
- # clojure-europe (25)
- # clojure-gamedev (3)
- # clojure-nl (2)
- # clojure-norway (9)
- # clojure-uk (31)
- # clojurescript (3)
- # community-development (7)
- # cursive (3)
- # data-science (4)
- # datomic (17)
- # emacs (30)
- # honeysql (10)
- # hyperfiddle (39)
- # introduce-yourself (1)
- # jobs-discuss (5)
- # kaocha (1)
- # lsp (11)
- # malli (12)
- # pathom (18)
- # pedestal (3)
- # proletarian (2)
- # quil (11)
- # rdf (46)
- # reitit (8)
- # releases (2)
- # shadow-cljs (34)
- # sql (3)
- # squint (10)
- # tools-deps (24)
- # xtdb (10)
Just made some updates to the https://biffweb.com/docs/tutorial/realtime/ section of the tutorial that fix a bug with how websockets were handled. Previously there could only be one websocket per user+channel, so if you had two tabs open as the same user in the same channel, one of them wouldn't get message updates. Now the connections are just stored as channel ID -> set of connections
, without any user IDs, since we don't actually need those.
2
👏 12
Biff's getting funded by clojurists together again! https://clojurians.slack.com/archives/C06MAR553/p1692375965490259
👏 24
4
👍 2