We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f961d78 commit 66effadCopy full SHA for 66effad
src/aleph/netty.clj
@@ -243,10 +243,10 @@
243
(let [d (d/deferred nil)]
244
(if (.isDone f)
245
(operation-complete f d)
246
- (let [;; Ensure the same bindings are installed on the Netty thread (vars,
247
- ;; classloader) than the thread registering the
248
- ;; `operationComplete` callback.
249
- bound-operation-complete (bound-fn* operation-complete)]
+ ;; Ensure the same bindings are installed on the Netty thread (vars,
+ ;; classloader) than the thread registering the
+ ;; `operationComplete` callback.
+ (let [bound-operation-complete (bound-fn* operation-complete)]
250
(.addListener f
251
(reify GenericFutureListener
252
(operationComplete [_ _]
0 commit comments