Mathias LANG

Results 620 comments of Mathias LANG

> It would be nice if the API would allow passing a timer for re-use Any chance I can interest you in raising a PR ? :)

Additionally, calling `listenUDP` before the event loop is running results in an `invalidHandle` error. I had the following code: ```D if (cmdline_args.dns) { auto udp = listenUDP(53); runTask({ while (true)...

@joseph-wakeling-frequenz : Is this still happening ? If so, could you: - Tell us what Vibe.d version you use ? - Tell us what compiler and compilation arguments you use...

Protip: After selecting a line, press `y` to get a permalink (and have the code display inline).

I have a feeling this has to do with https://github.com/dlang/dub-registry/issues/490

It is supposed to point to Github release, but somehow the version hasn't been updated. Indeed https://code.dlang.org/download/LATEST returns v1.11.0 Transferring the issue to the correct repository (dub-registry).

I think only @s-ludwig can do that.

Ah, sorry, I only checked the main page in the previous issue. CC @s-ludwig .

@adamdruppe : Maybe you should give a link to where to copy/paste this ;)