cwzx / nngpp

C++ wrapper around the nanomsg NNG API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nng_closeall() is now deprecated and should not be used (generate many compilation warnings)

fteicht opened this issue · comments

The nng::close_all() function calls the nng_closeall() from nng which is deprecated:

As a result, compiling code that includes nngpp/core.h generates many deprecation warnings that could result in compilation errors the day when nng will completely remove the nng_closeall() function from their code base.