On 02/05/2015 12:06 AM, Mike Christie wrote:
I tried to just do:case EV_CONN_POLL: - actor_init(&ev_context->actor, session_conn_poll, - ev_context); - actor_schedule(&ev_context->actor); + actor_timer(&ev_context->actor, 1, session_conn_poll, + ev_context); break; thinking it would retry the poll in a second, but it ends up taking login_timeout seconds instead. For some reason, the new timer I am trying to set is not getting set to before the existing login_timer in.
I can repro this second problem. How strange. Working on a fix, and then will try to repro the original problem.
-- Andy -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
