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 2 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