Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Version used: 18.0
> New MessageClient.sendRequest() method.
Unfortuantely there seems to be an old annotation on RpcService, so doc links don't work (404).
Code has
```
@ShowFirstParty
public interface RpcService {
@Nullable
Task<byte[]> onRequest(@NonNull String var1, @NonNull String var2, @NonNull byte[] var3);
}
```