Don't go beyond 100.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6154 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -471,7 +471,8 @@ public abstract class PeerManager
|
||||
* If any one node reports failure, this function reports failure. If all nodes report success,
|
||||
* this function will report success.
|
||||
*/
|
||||
public <T> void invokeNodeRequest (final NodeRequest request, final NodeRequestsListener<T> listener)
|
||||
public <T> void invokeNodeRequest (
|
||||
final NodeRequest request, final NodeRequestsListener<T> listener)
|
||||
{
|
||||
// if we're not on the dobjmgr thread, get there
|
||||
if (!_omgr.isDispatchThread()) {
|
||||
|
||||
Reference in New Issue
Block a user