(@NotNull AsyncSocket to, @NotNull Map<Long, BLoginKey> contexts, @NotNull Send send)
| 773 | } |
| 774 | |
| 775 | public boolean send(@NotNull AsyncSocket to, @NotNull Map<Long, BLoginKey> contexts, @NotNull Send send) { |
| 776 | return send.Send(to, rpc -> triggerLinkBroken(ProviderService.getLinkName(to), |
| 777 | send.isTimeout() ? send.Argument.getLinkSids() : send.Result.getErrorLinkSids(), contexts)); |
| 778 | } |
| 779 | |
| 780 | public boolean send(@NotNull String linkName, long linkSid, @NotNull Protocol<?> p) { |
| 781 | return send(null, linkName, linkSid, p); |
no test coverage detected