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.
2 parents 3186214 + 2e15da7 commit 54efaf3Copy full SHA for 54efaf3
test/aleph/udp_test.clj
@@ -16,7 +16,7 @@
16
(.close ^java.io.Closeable server#)))))
17
18
(deftest test-echo
19
- (let [s @(udp/socket {:port 10001, :epoll? true})]
+ (let [s @(udp/socket {:port 10001})]
20
(s/put! s {:host "localhost", :port 10001, :message "foo"})
21
(is (= "foo"
22
(bs/to-string
0 commit comments