<div dir="ltr"><div><div>Hello,<br><br></div>We are facing scenario when msilo dump function is called the user's device gets hanged/crash as messages are sent together to the user  who gets online,please provide solution how to delay the messages which are send to the user when 'm_dump' function is called.<br><br></div>I am providing the code of m_dump function<br><br><br> if (m_dump("$fu"))<br>                 {<br>                                xlog("L_INFO","MSILO: offline messages dumped - if they were\n");<br>                  }else{<br>                                xlog("L_INFO","MSILO: no offline messages dumped\n");<br>                 };<br><br><br></div>