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 45c828a commit 2e15da7Copy full SHA for 2e15da7
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