nanomsg next generation NNG  
Home GitHub Documentation

This documentation is for version v1.2.2 of nng, but the latest released version is v1.7.3. see the documentation for v1.7.3 for the most up-to-date information.
nng_stream_dialer_close(3str)

SYNOPSIS

#include <nng/nng.h>

void nng_stream_dialer_close(nng_stream_dialer *d);

DESCRIPTION

The nng_stream_dialer_close() function closes the supplied byte stream dialer d, but does not free 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.

Furthermore any future accesses to the dialer d will also result in NNG_ECLOSED.

This function does not release the memory for the dialer, so the application should still free the memory using nng_stream_dialer_free() once it is certain that nothing else is using it.

RETURN VALUES

None.

ERRORS

None.

NNG Reference Manual vv1.2.2 © 2019 Staysail Systems, Inc, © 2018 Capitar IT Group BV
This document is supplied under the MIT License.
nanomsg™ and nng™ are trademarks of Garrett D'Amore.