issues
search
eclipse-paho
/
paho.mqtt.python
paho.mqtt.python
Other
2.2k
stars
721
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Regression from 3rd party deps. Test failures in CI (the "tox" workflow) due to Callback API v1 deprecation warnings, on Py 3.8-3.12 (Tox 4.23.2, Pytest 8.3.3). The tests pass on Py 3.7 (Tox 4.8.0, Pytest 7.4.4 )..
#866
JamesParrott
opened
1 day ago
0
Programmatically way to determine if paho-mqtt processes queue is empty?
#865
Jibun-no-Kage
opened
1 week ago
0
Fixes typo in MQTT Client docstring
#864
sergimn
opened
1 month ago
0
Socket error: 407: Proxy Authentication Required
#863
henzycuong1
opened
1 month ago
1
Connecting With Enhanced Authentication
#862
patilsnr
opened
1 month ago
0
cant install paho on my raspberry
#861
xXmilchzombieXx
opened
1 month ago
1
Incorrect handling of DISCONNECT packet
#860
NickFoubert
opened
1 month ago
0
raise error when run the examples loop_asyncio.py
#859
Jzhenli
opened
1 month ago
0
Failed to connect: Not authorized. loop_forever() will retry connection
#858
kkakji
opened
2 months ago
0
max_queued_messages_set(size)
#857
Julz-afk
opened
2 months ago
1
buffer strategy for QOS>0 messages
#856
dakhnod
opened
3 months ago
1
Feature request: Clean up reconnection semantics
#855
couling
opened
3 months ago
0
Update SSL certs
#854
bmwiedemann
opened
4 months ago
0
How to recognize "In state connection received CLIENT ALERT"
#853
buhln
opened
4 months ago
19
docs: CallbackAPIVersion is not exported from module paho.mqtt.client
#852
GNITOAHC
opened
4 months ago
0
Exception in mqtt thread after reconnection
#851
szymonk211
closed
4 months ago
1
Reinitialize API Missed callback_api_version Argument
#850
lizaibeim
opened
4 months ago
2
Draft: Add support for PyOpenSSL in paho.mqtt.python
#849
IniterWorker
opened
4 months ago
0
mqtt_enums.CallbackAPIVersion(2) not recognized by supervisor
#848
igarreta
opened
4 months ago
7
pahp mqtt遇到的一个警告
#847
WKTYesq
closed
3 months ago
3
i don't know how to pass the correct parameters in this version
#846
ndertaker
closed
3 months ago
2
"See ReasonCode.names": did not work
#845
smurfix
opened
5 months ago
1
Migrating from mqtt Paho V1 to V2 reinitialise fails
#844
MarcEngrie
closed
3 months ago
7
Add missing mapping for setsockopt to _WebsocketWrapper
#843
bdraco
opened
5 months ago
2
Update Client.__init__ signature to v1/v2 in Client.reinitialise
#842
JamesParrott
opened
5 months ago
1
Client __init__ first arg is callback_api_version not client_id
#841
showfuture
closed
3 months ago
1
when client has been disconnected, but client.is_connected() is True
#840
showfuture
opened
5 months ago
2
Fix publish() a bytearray payload
#839
PierreF
closed
6 months ago
0
Fixed on_connect and on_disconnect docstrings
#838
REX2626
closed
6 months ago
0
Provide wheels for older packages (< 2.0)
#837
Clockwork-Muse
closed
6 months ago
1
Not able to install in linux server
#836
SIVAPRAS329
opened
6 months ago
3
Subscription could be lost if loop is started before connecting to server. (inconsistiency in docs)
#835
pktiuk
opened
6 months ago
1
Unit tests don't seem to work
#834
IanBoden
opened
6 months ago
3
Paho 2.0.0 mqtt Client can not publish bytearray payload
#833
marko92milinkovic
closed
6 months ago
0
Fix links for migrations.rst document
#832
PierreF
closed
6 months ago
0
Remedy breaking change with 2.x: Use `CallbackAPIVersion.VERSION1` as a default
#831
amotl
closed
6 months ago
9
Frequent message loss with MQTT
#830
KashyapKN
opened
7 months ago
1
add support for "unix" transport where socket module contains AF_UNIX
#829
akrpic77
closed
6 months ago
2
Fix type annotations
#828
JonathanPlasse
closed
7 months ago
2
ReasonCode.names is missing a ReasonCode.packet_name
#827
mmattel
opened
7 months ago
6
The protocol property of the Client causes RecursionError
#826
bjarne-hansen
closed
7 months ago
1
remove superfluous lock
#825
smurfix
opened
7 months ago
0
Since version 2.0 calling client.reinitialise() raise RuntimeError: Unsupported callback API version
#824
Mips2648
opened
7 months ago
1
fix some sentences in migrations.rst
#823
RichieB2B
closed
7 months ago
2
Undefined CallbackAPIVersion
#822
Helios06
opened
8 months ago
4
Return correct object as client protocol
#821
asikeero
closed
7 months ago
4
Reading Client protocol property causes infinite recursion loop
#820
asikeero
closed
7 months ago
0
due to select() paho-mqtt is unable to connect if more than 1024 file handle are used
#819
showfuture
opened
8 months ago
6
Adding __version__ so it can be queried
#818
mmattel
closed
8 months ago
2
fix to reflect new method
#817
clmcavaney
closed
8 months ago
3
Next