Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add NetworkManagerMode back to NetMan #756

Merged
merged 7 commits into from
Apr 8, 2021
Merged

feat: add NetworkManagerMode back to NetMan #756

merged 7 commits into from
Apr 8, 2021

Conversation

uweeby
Copy link
Member

@uweeby uweeby commented Apr 1, 2021

resolves part of the issue for: #740

@@ -3,6 +3,7 @@

namespace Mirage
{
public enum NetworkManagerMode { Offline, ServerOnly, ClientOnly, Host }
Copy link
Member

Choose a reason for hiding this comment

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

We could use a flag enum for this, since Host is just Server+Client

Copy link
Member Author

Choose a reason for hiding this comment

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

I think it would be easier to work with as is

Copy link
Member Author

Choose a reason for hiding this comment

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

or we can revisit in a different PR?

@sonarcloud
Copy link

sonarcloud bot commented Apr 8, 2021

@uweeby uweeby merged commit f1f8f57 into master Apr 8, 2021
@uweeby uweeby deleted the networkMode branch April 8, 2021 18:03
github-actions bot pushed a commit that referenced this pull request Apr 8, 2021
# [87.1.0](v87.0.1...v87.1.0) (2021-04-08)

### Features

* add NetworkManagerMode back to NetMan ([#756](#756)) ([f1f8f57](f1f8f57))
@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2021

🎉 This PR is included in version 87.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dragonslaya84 pushed a commit that referenced this pull request Apr 11, 2021
* feat: add NetworkManagerMode back to NetMan

* fix formatting

* remove only suffix

* add flags

* code smell

* rename and add test

* add test
dragonslaya84 pushed a commit that referenced this pull request Apr 11, 2021
# [87.1.0](v87.0.1...v87.1.0) (2021-04-08)

### Features

* add NetworkManagerMode back to NetMan ([#756](#756)) ([f1f8f57](f1f8f57))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants