Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2023 22:36:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 262552] net/mosquitto: Mosquitto websockets support not working
Message-ID:  <bug-262552-7788-qQxouzuwhD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262552-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262552-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262552

--- Comment #11 from Rod Morgan <rmorgan@portmorgan.com> ---
Applied patch to libwebsockets. Cleaned, then rebuilt both libwebsockets and
mosquitto from ports.  Same problem, websockets not working.

Feb 12 15:20:15 blanca mosquitto[96842]: 1676240415: mosquitto version 2.0.=
15
starting
Feb 12 15:20:15 blanca mosquitto[96842]: 1676240415: Config loaded from
mosquitto.conf.
Feb 12 15:20:15 blanca mosquitto[96842]: 1676240415: Opening ipv4 listen so=
cket
on port 1883.
Feb 12 15:20:15 blanca mosquitto[96842]: 1676240415: Opening ipv4 listen so=
cket
on port 8080.
Feb 12 15:20:15 blanca mosquitto[96842]: 1676240415: mosquitto version 2.0.=
15
running

The log file should show:
Feb 12 15:20:15 blanca mosquitto[96842]: 1676240723: Opening ipv4 listen so=
cket
on port 1883.
Feb 12 15:20:15 blanca mosquitto[96842]: 1676240723: Opening websockets lis=
ten
socket on port 8080.

Watching the build readout I see the following warning (which directly
addresses my issue).

 warning "libwebsockets is not compiled with LWS_WITH_EXTERNAL_POLL support.
Websocket performance will be unusable."

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262552-7788-qQxouzuwhD>