Photon v0.12.1 with 50% faster eventloop

GL gleb.tsk at gmail.com
Wed Aug 13 09:46:07 UTC 2025


On Tuesday, 12 August 2025 at 14:14:04 UTC, Dmitry Olshansky 
wrote:
> That would be something I could look into. I think it should be 
> easily fixable. Do you have some examples that fail?

Hello!
Shure:

import zmqd;

    zmqd.Context context;
    zmqd.Socket rec;

    context = Context();
    rec = Socket(context, SocketType.pull);

----------

Invalid argument (src/poll.cpp:159)
Error Program exited with code -6



More information about the Digitalmars-d-announce mailing list