Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

[WIP] Modularized version of the multicast RPCs#3173

Closed
ImprobableNic wants to merge 2 commits intomasterfrom
feature/UNR-5038-modularized-multicast-RPC
Closed

[WIP] Modularized version of the multicast RPCs#3173
ImprobableNic wants to merge 2 commits intomasterfrom
feature/UNR-5038-modularized-multicast-RPC

Conversation

@ImprobableNic
Copy link
Contributor

Description

Modularized version of the multicast RPC

Tests

TODO Should write a test for UNR-5480

@improbable-prow-robot
Copy link

Corresponding JIRA ticket: https://improbableio.atlassian.net/browse/UNR-5038

@improbable-prow-robot improbable-prow-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/UNR size/XL Denotes a PR that changes 300-599 lines, ignoring generated files. labels Jun 9, 2021
@ImprobableNic ImprobableNic force-pushed the feature/UNR-5038-modularized-multicast-RPC branch from 2a688e5 to b76ce92 Compare June 16, 2021 17:10
@improbable-prow-robot improbable-prow-robot added size/XXL Denotes a PR that changes 600+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 300-599 lines, ignoring generated files. labels Jun 16, 2021
TimestampAndETWrapper<FRPCPayload>(RPCName, Serializer.GetComponentId(), EventTracer));

RPCService::RPCReceiverDescription Desc;
Desc.Authority = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does the 0 mean here? I am probably just lacking context.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Desc.Authority = 0;
Desc.Authority = NoAuthorityNeeded;

{
ClientServerRPCs.AdvanceView();
MulticastRPCs.AdvanceView();
// ClientServerRPCs.AdvanceView();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intended?

TestEqual(TEXT("Test right entity has received"), Entity, EntityForTest);
TestTrue(TEXT("Received a valid RPC"), Data.ValidRPC);
TestEqual(TEXT("Read RPC in the expected order"), Data.Identifier, ExpectedRpcId);
//++ExpectedRpcId;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@m-samiec m-samiec closed this Jan 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/UNR size/XXL Denotes a PR that changes 600+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants