Wandenberg Peixoto
Wandenberg Peixoto
@xsstomy have you solved your issue? Usually, when I have a compilation failure on opencv4nodejs I remove all folders `opencv*` from node_modules and start over. Also, I use to add...
Now with support to Opencv4.5.2 https://github.com/wandenberg/opencv4nodejs/commit/91bc118a43da570638db466e51cf56dbbf615b9e
@piercus Sorry for the delay. I tried to change the version for OpenCV4.5.5 on travis.yml and on appveyour.yml, but this made the test fail. Probably I am missing something on...
Can you check if this version works for you? https://github.com/wandenberg/opencv4nodejs/commit/91bc118a43da570638db466e51cf56dbbf615b9e It was updated to compile with OpenCV 4.5.2+
Hi @Jiyvn sorry for the long delay. I could not find the exact reason for the error with Node16 + macOS, since the error trace does not start on this...
I think I got it, can you try with this branch? https://github.com/wandenberg/opencv4nodejs/tree/change_compile_flags
What happens if you call the `/purge` directly? And using a Lua client but outside Nginx? Just trying to figure out if the problem is on module or some combination...
This is in the road map for a long time. There are some difficult issues to solve, like the message id and the messages order, which should be the same...
Isn't a bad way at all, but imagine that you don't have an uniformly subscribers distribution between channels. As example, imagine that you have two servers and two channels, one...
Yes, your analysis is wrong :) We will not make all subscribers connect on both servers, we will make one server connects to the other. When a message is published...