Hiro
Hiro
DDeno
Created by Nop on 1/24/2025 in #help
QUIC QuicReceiveStream read() panics when peer disconnects
Btw, what Os are you using ?
3 replies
DDeno
Created by Nop on 1/24/2025 in #help
QUIC QuicReceiveStream read() panics when peer disconnects
Hello there, I have looked into this and indeed there seems to be an non catcher promise in the Quic connection, I’m on my phone right now but I will publish the issue tomorrow. I couldn’t wrap my head around what was wrong but yeah, it doesn’t catch any client disconnect and will just timeout after maxIdleTimeOut
3 replies
DDeno
Created by Hiro on 9/4/2023 in #help
How to use KV Connect?
Oh sweet, i see im a lil bit ahead of my time HACKERMANS
3 replies
DDeno
Created by pronoob on 9/4/2023 in #help
Is WASM generally faster than using Deno FFI?
in short FFI will always be faster than WASM because of how it works (being sandboxed and all that)
17 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
Openned this issue for tracking https://github.com/denoland/deno/issues/19035
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
i was working with it without any problem all morning but now its gone
51 replies
DDeno
Created by Hiro on 4/26/2023 in #help
Property 'openKv' does not exist on type 'typeof Deno'. VSCode
51 replies
DDeno
Created by Hiro on 1/15/2023 in #help
Pass string to struct FFI
but thanks for the tips
10 replies
DDeno
Created by Hiro on 1/15/2023 in #help
Pass string to struct FFI
Or, if you know your struct string well enough, you can overallocate enough to write the string into the buffer itself. That I do not understand really well 😅
10 replies
DDeno
Created by Hiro on 1/15/2023 in #help
Pass string to struct FFI
Thanks :D
10 replies
DDeno
Created by Hiro on 1/15/2023 in #help
Pass string to struct FFI
Yeah I just wanted to be sure I was understanding this properly before going into coding "real stuff"
10 replies