pynng
pynng copied to clipboard
Bump to nng 1.5.2 and remove deprecated api
Overview:
- Bump nng to 1.5.2
- Remove the all of the API functions that are marked deprecated
- Compile nng with
-DNNG_ELIDE_DEPRECATED=ON
- Add new option class
ArbitraryOption
(pub/sub which was abusingStringOption
for this)
All tests are passing without modifying anything in them.
This also includes the commit from PR https://github.com/codypiersall/pynng/pull/92
Thanks for this PR and the recent other ones @leonardp! I'm hoping to have some time soon to check them out. Sorry for the silence up until now.
I won't have time/incentive to continue working on this in the foreseeable future. For anyone interested feel free to pick up the work done in this PR.