Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit ba26742

Browse files
committed
Increase AWS MQTT stack size
1 parent 06c07c8 commit ba26742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp32/frozen/MQTTMsgHandler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def __init__(self, receive_callback):
2323
self._poll = select.poll()
2424
self._output_queue=[]
2525
self._out_packet_mutex=_thread.allocate_lock()
26+
_thread.stack_size(5120)
2627
_thread.start_new_thread(self._io_thread_func,())
2728
self._recv_callback = receive_callback
2829
self._pingSent=False

0 commit comments

Comments
 (0)