Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Question about publishing to an MQTTbrokerusing TLS

Hi Mark,

>> You should call one of mosquitto_loop_start() or
>> mosquitto_loop_forever() in order that the network traffic actually
>> gets processed.
>
> Would this affect the connection? It isn't clear from the API documentation.

Yes, quite probably. TLS connections require a reasonable bit of
traffic to set up and all network is handled with one of the loop
functions.

Cheers,

Roger


Back to the top