You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 0.4.4
* Fix. Export context option name constants.
* Fix. Close socket in case of problem in settings
* Add. Support ZeroMQ version 4.2.2
* Add. __tostring metatmethods
* Add. Support pass socket fd as integer on Lua 5.3
* Add. Handle socket fd as lightuserdata on Windows.
Release 0.4.0
* Rewrite zthreads module.
* zthreads.context() function returns global context object
* remove `runstring` and `runfile` functions from zthreads
* add actort object to zthreads
* add xrun/xfork/xactor functions to zthreads which uses global context (see examples/perf2)
* threads by default run in detached joinable mode
* add socket:reset_monitor() method
* zmq.init_ctx use raw zmq context instead of internal pointer
* zloop object does not destroy its internal context
* add GSSAPI/TOS/IPC_FILTER/HANDSHAKE_IVL options
* add IDENTITY_FD option
* zloop.new allows only one context argument.
* add supports `zmq_has` function
* Fix. Use int64 as socket fd on Win X64 in ffi binding.
Release 0.3.5
* Fix. Use `clock_get_time` on OSX for monotonic timer
* Use `ljsyscall` to get system error codes (FFI)
* Add. support `llthreads2` module
Release 0.3.4
* Fix. socket:fd() returns correct value on Win x64
* Fix. `zthreads.fork` on Win x64.
* Fix. bind_to_rundom_port also skip `EACCES` error from zmq_bind.
* Fix. use flags in `skt:recv_event()` method. (FFI)