Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Websockets unexpected behaviour

On zo, 13 mei 2018 14:07:57 -0000, Karl Palsson wrote:
> Diogo Aleixo <aleixo.da@xxxxxxxxx> wrote:
> > Hello
> > 
> > I have mosquitto configured to use mqtt and web sockets but the
> > behaviour is not the expected one i think. After someone
> > publishes, i get on server the disconnect message from the
> > publisher.
> > 
> > 1526171478: Received DISCONNECT from mosqpub|71851-Diogos-Ma
> 
> 
> I presume you are concerned that your websockets client is
> disconnecting? I would imagine you have an API error or
> misunderstanding of it's workflow.
> 
> The message from mosquitto is just that a client disconnected,
> there's nothing "wrong" per se there.

For what it's worth,
I get such messages in the client when I wrote errors in the javascript.

Kurt


Back to the top