View Single Post
  #9 (permalink)  
Old January 9th, 2007
GregorK GregorK is offline
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

Oh well... the change is not that big
In file /src/phex/net/Server.java Line 132 replace the Method with the following:

public boolean hasConnectedIncoming()
{
return true;
}

I'm not sure if this is the problem... but its maybe related... if it dosnt help i need to do some extended testing myself.
__________________
Reply With Quote