The nng_stream_dialer_free()
function closes the supplied
byte stream dialer d,
and frees the underlying resources associated with it.
If any
dial operations using d are
in progress, they will be terminated with an NNG_ECLOSED
error condition.
Warning
|
It is important that the application ensure that no further accesses are made to d, as the memory backing it will be reclaimed for other uses. |