(@Nullable AsyncSocket so)
| 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<>(); |