Dear Marc,
Many thanks for your help!
my $handles->{$client_id} = new AnyEvent::Handle(Do you store the handle anywhere for longer? If you don't store the
The "my" here is the cause of the problem! "my $handles = {}" is already defined at the top and copied here by mistake.
Thanks again for writing these excellent libraries and modules! - Michael _______________________________________________ anyevent mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/anyevent
