> I think it's a bug.

> I expected the following short program to print "My name is Tim"
> followed by "My name is Mud".  Instead, this is the output:

you are misusing the poe session constructor. you really want to put any and
all custom data into the heap. the heap is passed into all state callbacks for
that session. the options argument is to set Session specific parameters that
govern how the session operates.

-- 
Matt Cashner
http://eekeek.org
eek at eekeek.org

Reply via email to