Skip to content

Commit 196328c

Browse files
authored
bump libudx and remove obsolete comments (holepunchto#78)
1 parent 2d35c2a commit 196328c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(target MATCHES "win32")
1313
add_compile_options(/MT$<$<CONFIG:Debug>:d>)
1414
endif()
1515

16-
fetch_package("github:holepunchto/libudx#6f762f8")
16+
fetch_package("github:holepunchto/libudx#0420f62")
1717
fetch_package("github:holepunchto/libjstl#098664c")
1818

1919
add_bare_module(udx_native_bare)

test/stream.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ test('unordered messages', async function (t) {
187187
if (expected.length === 3) {
188188
t.alike(expected.sort(), ['echo: a', 'echo: bc', 'echo: d'])
189189

190-
// TODO: .end() here triggers a bug, investigate
191190
b.destroy()
192191
}
193192
})
@@ -217,7 +216,6 @@ test('try send unordered messages', async function (t) {
217216
if (expected.length === 3) {
218217
t.alike(expected.sort(), ['echo: a', 'echo: bc', 'echo: d'])
219218

220-
// TODO: .end() here triggers a bug, investigate
221219
b.destroy()
222220
}
223221
})

0 commit comments

Comments
 (0)