You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set immediate = 1 and linger = 100, then my application always coredump in timer_event
It seems the reconnect function of session_base implement incorrect.
In first block of this function, we set pipe to NULL, but has not cancel_timer. Thus, if the linger timer tiggered , we will get coredump.