``` nats_mod.c: In function 'nats_destroy_workers': nats_mod.c:600:53: error: invalid operands to binary != (have 'uv_poll_t' {aka 'struct uv_poll_s'} and 'void *') 600 | if(pub_worker->poll != NULL) { | ~~~~~~~~~~~~~~~~ ^~ | | | uv_poll_t {aka struct uv_poll_s} make[3]: *** [../../Makefile.rules:100: nats_mod.o] Error 1 ```
Thanks for the fix!
On Thu, Apr 6, 2023 at 8:41 AM Victor Seva notifications@github.com wrote: