Darin Velarde
Darin Velarde
Same. I'd really like to use nng but I cannot because we really need UDP.
This works for me, however in my setup I get a segfault in the following method if I try to connect an input connection to nothing. Just click an input...
All fair points. I am just beginning to wrap my head around how it is working as well. Your changes are a nice step in the right direction. I also...
The bool wouldn't be useful in my use-case but it can't hurt. Maybe somebody else needs it. It looks like readAll() will never throw, so what you are doing is...
Seems reasonable.
Thanks for this @renato-bohler . I tried your project. Cool project, by the way. I will use what you posted. It would be really great for other users to have...
The setColor("#ffffff") method works great. I needed it as well and just tried it.
I'll see if I can create one. I'm 95% on Linux as well. Windows is not my favorite, but people want Windows software still so I need to support the...
Any idea what code would need to be registered there? If I know what needs to be added I can do the PR. I just don't know where the code...
I see some uses of GetAdaptersAddresses in libzmq/src/ip_resolver.cpp and czmq/src/ziflist.c. The use in ziflist.c seems most pertinent with the comment "// Helper to reload network interfaces from system". That seems...