diff --git a/frontend/src/uxbox/util/workers.cljs b/frontend/src/uxbox/util/workers.cljs index f59eb8d6e9..823d0711e7 100644 --- a/frontend/src/uxbox/util/workers.cljs +++ b/frontend/src/uxbox/util/workers.cljs @@ -41,7 +41,7 @@ "Return a initialized webworker instance." [path] (let [wrk (js/Worker. path) - bus (rx/bus)] + bus (rx/subject)] (.addEventListener wrk "message" (fn [event] (let [data (.-data event)