tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

MQTT tests fail #63

Closed tcalmant closed 8 years ago

tcalmant commented 8 years ago

The latest Travis tests couldn't pass due to an error in the MQTT client:

pelix.misc.mqtt_client: ERROR: Unexpected disconnection from the MQTT server: Connection Refused: unacceptable protocol version. (1)
tcalmant commented 8 years ago

The problem came from the version of Mosquitto from the repositories used by Travis-CI VMs becoming too old (Mosquitto 0.15 vs 1.4.9).