Guilherme C. Souza
Guilherme C. Souza
DDeno
Created by Guilherme C. Souza on 9/2/2023 in #help
How to make a function whose return type is inferred to be the same as an input function's
After some more experimenting, I found that switching the twos unknown types over there by any did the trick. I'm not really sure why.
2 replies
DDeno
Created by Guilherme C. Souza on 5/31/2023 in #help
How to read Chunked request body?
Deno.serveHttp
4 replies
DDeno
Created by Guilherme C. Souza on 10/22/2022 in #help
Am I closing this server wrongly? The port is not free for a new listener! (`AddrInUse`)
It does help. Shouldn't Deno take care of it internally? Hopefully with some Promise I can wait on to make sure the port is released? This does work as expected in Node. Meaning I can bring a new server up once the close event is fired in the old one.
7 replies