Petr Špaček
Petr Špaček
I'm sorry for the noise, I don't know how I did miss that :facepalm:
Yes please :pray: As for surfacing `Version.is_outdated`, that's an excellent idea. E.g. in our project we maintain two different branches numbered like 9.16.z and 9.18.z in parallel. To make the...
I think the current warning along the lines ~ "you are using outdated versions" is fine. It should be up to the individual projects to decide what is "outdated".
I confirm the same problem. Any chance getting it fixed?
Hint for people looking for quick hack: See https://git.lekensteyn.nl/peter/wireshark-notes/tree/src/sslkeylog.c , it actually works.
Oh, I forgot to copy&paste the error itself! ``` /usr/bin/luajit: bad light userdata pointer stack traceback: [C]: at 0xffffb6342ad0 [C]: in function 'require' /usr/share/lua/5.1/cqueues.lua:2: in function [C]: at 0xaaaae1757d08 [C]:...
@yac Please have a look once you get to Debian packaging.
@daurnimator Do you see any reason why *not* enable `CQS_USE_47BIT_LIGHTUSERDATA_HACK` on all platforms? Or at least on all 64 bit platforms? Does it have any adverse effects?
Hmm, that sounds like a good reason not to enable it everywhere :-(
Hmm, I do not undestand what you mean. My code is calling `.sleep(1)` ... do you mean adding a pcall to someplace in cqueues?