This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-06-11
Channels
- # aleph (1)
- # aws (4)
- # aws-lambda (5)
- # beginners (85)
- # cider (39)
- # cljs-dev (3)
- # cljsrn (1)
- # clojars (1)
- # clojure (129)
- # clojure-italy (14)
- # clojure-nl (5)
- # clojure-nlp (1)
- # clojure-uk (61)
- # clojurescript (52)
- # cursive (3)
- # datomic (42)
- # duct (3)
- # emacs (9)
- # fulcro (60)
- # graphql (2)
- # juxt (2)
- # keechma (1)
- # leiningen (4)
- # midje (2)
- # off-topic (8)
- # onyx (3)
- # overtone (1)
- # re-frame (22)
- # reagent (51)
- # reitit (3)
- # remote-jobs (3)
- # ring (4)
- # ring-swagger (1)
- # rum (4)
- # shadow-cljs (14)
- # specter (28)
- # tools-deps (85)
- # vim (9)
I'm trying to use HttpObjectAggregator
with latest aleph (0.4.6) but as soon as I add it to the pipeline (through :pipeline-transform
handler), it gets stuck and I receive a "connection was closed after 5.140 seconds" (https://github.com/ztellman/aleph/blob/f6b88aa0ccc280c36cb857e17b270bb67aaeb527/src/aleph/http/client.clj#L495). Here is how I add it to the pipeline:
(.addAfter pipeline "http-client" "aggregator" (HttpObjectAggregator. (* 5 1024 1024))