mgdm / Mosquitto-PHP

A wrapper for the Eclipse Mosquitto™ MQTT client library for PHP.
BSD 3-Clause "New" or "Revised" License
528 stars 146 forks source link

Mosquitto in path and with different port #103

Closed solanu closed 5 years ago

solanu commented 5 years ago

It does not work when I try to connect to wss://my.host:9001/mqtt.

I get the following error:

PHP Fatal error: Uncaught Mosquitto\Exception: Lookup error.

mgdm commented 5 years ago

This extension doesn't support websockets, so that will fail.