Signal/slot confusion...
-
Hello all!
is there any functional difference between the two marked lines? the first one is tied to a button, the second one to a timer. But I would expect them to do exactly the same thing.
What my goal is, is to have my telegram bot check for pinned messages at regular intervals. The problem I am facing tough, is that if I hit the button, it works as expected. EVERY time. while the timer's call causes some errors about 80% of the time in the telegram library and a software crash...
How could this happen? isnt this exactly the same thing, beside that one is called by a button and the other by a timer?
thank you!
-
@Igor86 said in Signal/slot confusion...:
isnt this exactly the same thing, beside that one is called by a button and the other by a timer
yes, it is exactly the same thing