This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-04
Channels
- # architecture (27)
- # bangalore-clj (4)
- # beginners (22)
- # boot (35)
- # cider (26)
- # cljs-dev (2)
- # cljsrn (3)
- # clojure (156)
- # clojure-austria (3)
- # clojure-dev (9)
- # clojure-italy (25)
- # clojure-nl (10)
- # clojure-poland (5)
- # clojure-sanfrancisco (1)
- # clojure-spec (6)
- # clojure-uk (64)
- # clojurescript (169)
- # core-async (13)
- # cursive (13)
- # datomic (63)
- # dirac (50)
- # duct (21)
- # editors (1)
- # emacs (6)
- # events (1)
- # fulcro (1)
- # java (22)
- # keechma (14)
- # leiningen (2)
- # luminus (4)
- # off-topic (23)
- # onyx (4)
- # parinfer (5)
- # pedestal (4)
- # re-frame (6)
- # reagent (4)
- # ring-swagger (7)
- # rum (4)
- # shadow-cljs (84)
- # specter (5)
- # sql (36)
- # tools-deps (76)
- # uncomplicate (3)
- # yada (4)
Question about re-frame-10x: When you have a realtime application that uses polling or sockets to update the state several times per second, 10x seems to constantly refresh with new events and is not really usable. Am I misunderstanding how to use it, or is this a real problem?
In settings, you can tell re-frame-10x to ignore certain events (in your case the ones happening several times per second)
right, should have spotted that one. Tried this now with no success. Will debug some more, trying to just remove the polling to get the noise level down
Still not working for me. Removed all my polling except one. Inserting that id into "Ignore epochs". Still refreshes 10x every second. Refresh goes away when removing the last poll interval. The "ignore epoch" config for that interval looks like this: :simulators-interval/tick
I just tested it in my code, for a text-area field that updates as you type and it works for me. The event I entered into the "Ignore epochs for" field was :request/agency-notes-changed
so quite similar in structure to yours. May I suggest you press the "Factory Reset" button and enter it in again?