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
if (!uv_is_active((uv_handle_t*)poll_)) {
uv_poll_start(poll_, events_, &SocketWatcher::Callback);
}
I am trying to use node_pcap which uses socketwatcher.
After uv_poll_start is called but not directly after I get the following assert. Assertion failed: 0, file g:\jenkins\workspace\nodejs-msi\d73b0901\deps\uv\src\win\req-inl.h, line 219
I used the MSI of node.js do I have to download latest node and compile it? I will try that next.
In req-inl.h there is a switch case for handling req->type. I guess it does not contain something that socket watcher or node_pcap is causing socket watcher to use?.
I shall try and upgrade on a new computer later today and if that does not work investigate why. Thought I would post here incase anyone else has had issues?.
Cheers,
The text was updated successfully, but these errors were encountered:
I am trying to use node_pcap which uses socketwatcher.
After uv_poll_start is called but not directly after I get the following assert.
Assertion failed: 0, file g:\jenkins\workspace\nodejs-msi\d73b0901\deps\uv\src\win\req-inl.h, line 219
I used the MSI of node.js do I have to download latest node and compile it? I will try that next.
In req-inl.h there is a switch case for handling req->type. I guess it does not contain something that socket watcher or node_pcap is causing socket watcher to use?.
I shall try and upgrade on a new computer later today and if that does not work investigate why. Thought I would post here incase anyone else has had issues?.
Cheers,
The text was updated successfully, but these errors were encountered: