We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd5438 commit 290017cCopy full SHA for 290017c
slack_bolt/listener/thread_runner.py
@@ -160,9 +160,7 @@ def run_ack_function_asynchronously():
160
self._start_lazy_function(lazy_func, request)
161
162
# await for the completion of ack() in the async listener execution
163
- print(str(starting_time))
164
while ack.response is None and time.time() - starting_time <= listener.acknowledgement_timeout:
165
- print("we are sleeping")
166
time.sleep(0.01)
167
168
if response is None and ack.response is None:
0 commit comments