Overview
Request 1169978 accepted
- Update to version 1.8.0
New Features
* A new logging framework should help with debugging.
This framework allows applications to provide their own loggers.
Initially we have added logging for SP connection related
events, but more can be added later.
See nng_log(3), nng_log_set_logger(3) for details.
* In support of the above, nng_str_sockaddr(3) is added.
This function obtains a representation of the socket address
suitable for display (or logging).
Bugs Fixed
* A memory leak associated with a connection lock object for TLS
connections is fixed.
* This only affects platforms where mutexes are allocated
dynamically.
Request History
mnhauke created request
- Update to version 1.8.0
New Features
* A new logging framework should help with debugging.
This framework allows applications to provide their own loggers.
Initially we have added logging for SP connection related
events, but more can be added later.
See nng_log(3), nng_log_set_logger(3) for details.
* In support of the above, nng_str_sockaddr(3) is added.
This function obtains a representation of the socket address
suitable for display (or logging).
Bugs Fixed
* A memory leak associated with a connection lock object for TLS
connections is fixed.
* This only affects platforms where mutexes are allocated
dynamically.
dirkmueller accepted request
@mnhauke: review reminder