Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Mosquitto pub/sub problem

Hi Guy,


> mosquitto_pub -d -m "Test" -t sensors/value
>
>
> Output:
>
> Client mosqsub/1896-clanton sending CONNECT
> Client mosqsub/1896-clanton received CONNACK
> Client mosqsub/1896-clanton sending SUBSCRIBE (Mid: 1, Topic: sensors/value,
> QoS: 0)
>
>
> Anyone an idea what goes wrong here?

You've posted the wrong output - both _sub and _pub have the same
process id (1896) which isn't possible.

Could you repost?

I'd suggest building 1.3.1 as well, rather than 1.2.3.

Cheers,

Roger


Back to the top