Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@James-Frowen
Copy link
Member

@James-Frowen James-Frowen commented Mar 16, 2021

BREAKING CHANGE: Moving message handler from NetworkPlayer to MessageBroker.

@James-Frowen James-Frowen marked this pull request as ready for review March 18, 2021 23:53
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 9 Code Smells

92.2% 92.2% Coverage
0.0% 0.0% Duplication

void Send<T>(T message, int channelId = Channel.Reliable);

void Send(ArraySegment<byte> segment, int channelId = Channel.Reliable);
void Send<T>(INetworkPlayer player, T message, int channelId = Channel.Reliable);
Copy link
Contributor

Choose a reason for hiding this comment

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

why does the Send need the player?

@James-Frowen James-Frowen added the Work In Progess Shouldn't be merged yet label Mar 24, 2021
@github-actions github-actions bot added the has conflicts Pull Request has merge conflicts label Mar 30, 2021
@James-Frowen James-Frowen marked this pull request as draft April 7, 2021 16:20
@James-Frowen
Copy link
Member Author

new version of PR #818

@James-Frowen James-Frowen deleted the message-broker branch May 26, 2021 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

has conflicts Pull Request has merge conflicts Work In Progess Shouldn't be merged yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants