pynng icon indicating copy to clipboard operation
pynng copied to clipboard

Bump to nng 1.5.2 and remove deprecated api

Open leonardp opened this issue 3 years ago • 2 comments

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 abusing StringOption 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

leonardp avatar Oct 21 '21 13:10 leonardp

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.

codypiersall avatar Oct 21 '21 13:10 codypiersall

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.

leonardp avatar Sep 07 '23 10:09 leonardp