Amin Ya
Amin Ya
We don't test FreeBSD in the CI, so I don't know how good our support is for that platform.
There's a PR for it. It needs some external fixes, which I would address soon. https://github.com/zeromq/zeromq.js/pull/693
Can you try using `await unbind`? The unbindSync implementation was added recently, and there might be some corner cases.
The draft is not enabled in the latest release yet. I plan to enable it in the upcoming release. The readme shows the dev status.
Building from the source first checks for the binaries. So, it doesn't build from the source in reality if the binaries already exist. You can work around this by removing...
I have migrated the build to CMake/vcpkg. Now you can enable the `Draft` support through `npmrc` by building from the source. https://github.com/zeromq/zeromq.js#draft-support
Curve is not included in the prebuilt binaries anymore following the upstream approach. You should build the binaries from the source if that is desired. Also see, https://github.com/zeromq/zeromq.js/issues/638#issuecomment-2215036615
Curve needs to be added to the project prebuilds so it works out of the box. You can expedite the process by sponsoring the project https://github.com/sponsors/aminya https://polar.sh/aminya/ https://www.patreon.com/aminya
I have migrated the build to CMake/vcpkg. Now you can enable the `Curve` support through `npmrc` by building from the source. https://github.com/zeromq/zeromq.js#curve-support
It should have worked, if it doesn't that's an issue we need to look into. Did it rebuild Zeromq from the source once you did this?