Closed AhmedX6 closed 7 months ago
Hi All,
When I publish a message with 0.4.6 version. It takes like 20 seconds or more.
while (isActive) { client?.run() delay(200) }
I've done that but even it takes too much time.
Any fix?
Please replace run() with step()
run()
step()
Better now. Thanks
Hi All,
When I publish a message with 0.4.6 version. It takes like 20 seconds or more.
I've done that but even it takes too much time.
Any fix?