Booyaabes
Results
1
issues of
Booyaabes
The execution of the code below leads to the following error: node: ../deps/uv/src/unix/core.c:706: uv__io_stop: Assertion `loop->watchers[w->fd] == w' failed. ``` javascript var pcap = require("pcap"); var pcap_session = pcap.createSession("eth0", "tcp");...