Hello All,
I'm trying to code something on the on_reply part to do something if I receive a 183
( Session in progress ) , followed immediately by a "180"
I tried to sleep 1 second the 183 and recheck if I received before a 180 but seems the
"sleep" function sleeps everything ( also the received 180 )
Is a developper can confirm that ?
The goal is to detect if a 180 follow the 183.