MCPcopy Create free account
hub / github.com/e2wugui/zeze / SendForWait

Method SendForWait

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Rpc.java:194–196  ·  view source on GitHub ↗
(@Nullable AsyncSocket so)

Source from the content-addressed store, hash-verified

192 }
193
194 public final TaskCompletionSource<TResult> SendForWait(@Nullable AsyncSocket so) {
195 return SendForWait(so, 5000);
196 }
197
198 public final TaskCompletionSource<TResult> SendForWait(@Nullable AsyncSocket so, int millisecondsTimeout) {
199 future = new TaskCompletionSource<>();

Callers 15

testBenchMethod · 0.45
reloginMethod · 0.45
logoutMethod · 0.45
loginMethod · 0.45
authMethod · 0.45
createRoleMethod · 0.45
getRoleMethod · 0.45
benchRoleTimerMethod · 0.45
reloginMethod · 0.45
logoutMethod · 0.45
loginMethod · 0.45

Calls 2

SendMethod · 0.95
setExceptionMethod · 0.45

Tested by 15

testBenchMethod · 0.36
reloginMethod · 0.36
logoutMethod · 0.36
loginMethod · 0.36
authMethod · 0.36
createRoleMethod · 0.36
getRoleMethod · 0.36
benchRoleTimerMethod · 0.36
reloginMethod · 0.36
logoutMethod · 0.36
loginMethod · 0.36
authMethod · 0.36