-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NNG 1.6 #34
Comments
I saw that and I'm planning on making use of it soon. That being said: @jeikabu I think we need to change up the versioning scheme and, as a side effect, the way we include libnng. Right now, with the versioning scheme we have, every single version of IIRC, the original motivation for using the versioning scheme we have now is to allow people to easily identify which version of NNG is being used. We have a better method for doing that, though: linking against a version of libnng that isn't bundled with this crate, which probably should be the default way of building the crate in general. What we should actually care about is which versions of libnng which are compatible with this crate. In this regard, I would much prefer having an nng-sys crate that provides the libnng v1.0 API with additional features being used to bring in additional API from later versions of libnng. Doing it this way, we would then have a crate that can be used with multiple different versions in the same binary, correctly marks building the bundled libnng as opt-in, and will be compatible with many versions of libnng all while preserving the ability for the user to select which version of libnng they want to use. |
NNG versions 1.7 and 1.7.1 have now also been released. Given some recent discussion, I am probably going to move ownership of nng-sys and nng-rs to the Nanomsg organization and execute the above idea. |
Are there any updates on the work described above. Having more flexibility in using newer nng versions would be much appreciated. |
We migrated away from NNG and went pure Rust a while back. Better latency/throughput and stability on Windows. Don’t have any projects using NNG anymore. I requested to transfer the repo to @neachdainn since I think he owned the cargo crate. You have my full blessing to do whatever you please ~ |
@tsagadar I am in the process of moving all of the NNG related Rust projects into the ownership of the Nanomsg organization, so you can expect updates in the next few weeks (unless my dissertation work keeps me swamped). That being said, you should be fully capable of using new versions of NNG with both @jeikabu I didn't click on the link soon enough but, given the above, I think ownership over this repository is moot. |
@jeikabu what crate(s) are you using instead? |
@neachdainn Thanks for the update. As an interim solution we forked the two repositories and updated the nng submodule to version 1.7.3. This seems to work well. Looking forward to switch to the new approach that you plan to implement. |
@neachdainn yesterday, nng 1.9.0 got released. So in the next few weeks we will look into upgrading to this version. Any plans from your side to implement above changes this year? If yes, then we would rather wait and integrate / test your changes. Otherwise we try once more to upgrade using our fork. |
Just wanted to let you know @gdamore just released NNG 1.6
The text was updated successfully, but these errors were encountered: