хм, и работает?
я обычно пишу так:

Код AS3:
var group_spec:GroupSpecifier;
group_spec = new GroupSpecifier(group_name);
group_spec.postingEnabled = true;
group_spec.routingEnabled=true;
group_spec.serverChannelEnabled = true;
ng = new NetGroup(nc, group_spec.groupspecWithAuthorizations());
ng.addEventListener(NetStatusEvent.NET_STATUS, hNS,false,0,true);
и в хэндлере ловлю эвенты:
NetGroup.Connect.Success,NetGroup.Connect.Rejected,NetGroup.Connect.Failed,NetGroup.Posting.Notify,NetGroup.SendTo.Notify,NetGroup.Neighbor.Connect,Ne tGroup.Neighbor.Disconnect
не думаю, что NetStream будет эти события рассылать