I was wondering why the connection ids were all over the place.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6626 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -165,7 +165,7 @@ public abstract class Connection implements NetEventHandler
|
|||||||
@Override // from Object
|
@Override // from Object
|
||||||
public String toString ()
|
public String toString ()
|
||||||
{
|
{
|
||||||
return "[id=" + (hashCode() % 1000) + ", addr=" + getInetAddress() + "]";
|
return "[id=" + _connectionId + ", addr=" + getInetAddress() + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user