Christoph Bauer
Christoph Bauer
On nixos the libswipl.so is not there, where pyswip could find it. Output of `swipl --dump-runtime-variables`: ``` PLBASE="/nix/store/jlik9111a3hmfs6q5bwd7fnkyzdh08yf-swi-prolog-8.1.15/lib/swipl"; PLARCH="x86_64-linux"; PLBITS="64"; PLVERSION="80115"; PLSOEXT="so"; PLSOPATH="LD_LIBRARY_PATH"; PLLIBDIR="/nix/store/jlik9111a3hmfs6q5bwd7fnkyzdh08yf-swi-prolog-8.1.15/lib/swipl/lib/x86_64-linux"; PLLIB="-lswipl"; PLSHARED="yes"; PLTHREADS="yes"; ``` but the...
There is a problem in the SendMessage(ZMessage) implementation. SendMessage(ZMessage) will call SendFrames(msg as IEnumerable) (ZSocket.cs at line 667). Here is the problem. ``` public virtual bool SendFrames(IEnumerable frames, ref int...