On Tue, 17 May 2005 12:28:47 +0000 (UTC) [EMAIL PROTECTED] wrote: > The way I see it, the check_early talker is going to have to work like
Could we avoid the issue by having start_conversation run not call run_hooks(connect)? Is there a place in the event loop run_hooks(connect) could be called instead? The SMTP session is line oriented, so maybe teach the event loop about a "newbie" attribute, which it clears after calling run_hooks(connect)? Shoehorning in a timer event is without a doubt turning tricky. What about extending watch_write to include a timer? Brian
