issues
search
adafruit
/
Adafruit_CircuitPython_MiniMQTT
MQTT Client Library for CircuitPython
Other
79
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
timout 1 instead of 0
#228
FoamyGuy
closed
2 days ago
2
Loop default timeout raises exception
#227
FoamyGuy
closed
2 days ago
0
allow to specify session_id for connect()
#226
vladak
opened
3 weeks ago
0
Resolve race condition for UNSUBACK
#225
ch4nsuk3
opened
1 month ago
4
Close the socket when there is an error using the socket
#224
rbedia
closed
1 month ago
0
Use ruff instead of pylint and black
#223
FoamyGuy
closed
3 months ago
0
MQTT Connection Breaks After Reconnecting to WiFi When Messages Are Sent During Disconnection
#222
ilshm
closed
3 months ago
7
refactor will_set function to match the publish function and allow the msg/payload to be encoded bytes, not just str, int or float.
#221
ehagerty
closed
3 months ago
0
M4 Matrix Portal ESP32 set_private_key set_certificate BrokenPipe
#220
cashhollister2u
closed
6 months ago
7
Using adafruit_minimqtt with default networking
#219
wz2b
opened
6 months ago
9
pystack and other errors
#218
justmobilize
closed
6 months ago
2
Update comments specific to networking modules
#217
justmobilize
closed
6 months ago
1
MQTT unable to connect and subscribe to messages
#216
prcutler
closed
6 months ago
27
After pystack limit reached, MQTT service continues retry until timeout
#215
jersu11
closed
6 months ago
7
generic timeout error when 'is_ssl' param not set for an mqtt service that requires it
#214
jersu11
closed
6 months ago
1
Don't retry when MQTT response is unauthorized
#213
justmobilize
closed
6 months ago
3
Update test exceptions
#212
justmobilize
closed
6 months ago
2
Errors with MQTT CircuitPython 9 Publish
#211
matthewjerome
opened
7 months ago
10
maintain time.monotonic precision by using adafruit_ticks
#210
kevin-tritz
closed
4 months ago
20
get_monotonic_time doesn't preserve resolution
#209
kevin-tritz
opened
8 months ago
0
Change free_socket to close_socket
#208
justmobilize
closed
8 months ago
1
`free_socket` or `close_socket` ?
#207
o-control
closed
8 months ago
9
Fix get_radio_ssl_context
#206
justmobilize
closed
9 months ago
0
Add `timeout` value.
#205
LelandSindt
closed
8 months ago
1
Is `_backwards_compatible_sock` flag still needed
#204
justmobilize
opened
9 months ago
1
Simplify socket exceptions
#203
justmobilize
closed
9 months ago
1
mqtt_client.connect() throws error: function takes 1 positional arguments but 4 were given
#202
scarolan
closed
9 months ago
1
MMQTTException vs partial reads on read timeout
#201
vladak
opened
10 months ago
0
enforce loop timeout to be bigger than socket timeout
#200
vladak
closed
10 months ago
0
improve ping handling
#199
vladak
closed
10 months ago
1
ping handling deserves improvement
#198
vladak
closed
10 months ago
0
Switch to using ConnectionManager
#197
justmobilize
closed
9 months ago
2
Loop crashes after successful connecting to HiveMQ (tls)
#196
philipphock
opened
11 months ago
7
can not make mqtt_client.loop() shorter as 1 sec
#195
MyRaspberry
closed
10 months ago
2
client.loop if the MQTT Broker goes down the loop crashes with OSError: [Errno 104] ECONNRESET
#194
SRMAX
opened
11 months ago
3
don't raise an exception on PUBLISH messages while waiting for SUBACK
#193
romkey
closed
11 months ago
1
Race condition in subscribe
#192
romkey
closed
11 months ago
2
Create minimqtt_multipub_simpletest.py
#191
DJDevon3
opened
12 months ago
0
honor recv_timeout in _sock_exact_recv() and ping()
#190
vladak
closed
6 months ago
6
recv_timeout should be used as a receive timeout in _sock_exact_recv()
#189
vladak
closed
6 months ago
4
make user_data "public"
#188
vladak
closed
1 year ago
0
encode/decode remaining length properly for {,UN}SUBSCRIBE/SUBACK
#187
vladak
closed
11 months ago
14
do not share CONNECT variable header
#186
vladak
closed
1 year ago
3
variable header in connect() not clean on multiple connects
#185
vladak
closed
1 year ago
0
Fix #148 loop method blocking with timeout of 0
#184
rjauquet
closed
10 months ago
5
_wait_for_msg() should return message type
#183
vladak
closed
1 year ago
0
use time.monotonic_ns() when available
#182
vladak
closed
1 year ago
1
add on_message callback with user data
#181
vladak
closed
1 year ago
6
publish to a group is not working with is_group (bool) parameter?
#180
cudmore
closed
1 year ago
1
no need to pass self to _handle_on_message()
#179
vladak
closed
1 year ago
1
Next