Skip to content

v1.3.1-rc0

Compare
Choose a tag to compare
@jeikabu jeikabu released this 03 Aug 12:26
· 12 commits to master since this release
  • NNG v1.3.1
  • fix #61 async context with nng_ctx more accessible
    • Previously needed downcast to ICtx that could fail to access Ctx property
    • Now IAsyncContext implementations with nng_ctx implement IHasCtx interface that provides at compile-time rather than requiring runtime cast
    • Mark ICtx obsolete so it can be deprecated and removed
    • Surveyor needed new AsyncContext interface because it is like ISendReceiveX but also IHasCtx (has nng_ctx)
  • fix #73 New factories. Deprecate: pair v1 poly, Factory.PairXOpen
    • Replace nng.Tests.TestFactory with nng.Factories.Compat.Factory and Latest.Factory
    • Deprecate Factory.Pair0Open and Pair1Open in favor of more generic PairOpen
    • Pair v1 poly deprecated in NNG v1.3.0