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
I want to know when a socket is created at a specific file path.
I tried using cqueues.notify but got this:
lua: .luarocks/share/lua/5.1/cqueues/notify.lua:9: notify.get: Operation not supported on socket
stack traceback:
[C]: in function 'error'
.luarocks/share/lua/5.1/cqueues/auxlib.lua:46: in function <.luarocks/share/lua/5.1/cqueues/auxlib.lua:42>
(tail call): ?
test.lua:19: in main chunk
[C]: ?
Operating system: macOS Lua version: 5.1
The text was updated successfully, but these errors were encountered:
I want to know when a socket is created at a specific file path.
I tried using
cqueues.notify
but got this:Operating system: macOS
Lua version: 5.1
The text was updated successfully, but these errors were encountered: