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

fix: Exceptions migrate to Result<> #1897

Merged
merged 9 commits into from
Aug 30, 2024
Merged

fix: Exceptions migrate to Result<> #1897

merged 9 commits into from
Aug 30, 2024

Conversation

NickKhalow
Copy link
Collaborator

What does this PR change?

Exceptions are replaced to Result<> type in the flow, to avoid ambiguousity

Affects on: #1713 and #1129

...

How to test the changes?

  1. Launch the explorer
  2. Play happy path, ensure multiplayer is ok

Our Code Review Standards

https://github.com/decentraland/unity-renderer/blob/master/docs/code-review-standards.md

@NickKhalow NickKhalow self-assigned this Aug 27, 2024
@NickKhalow NickKhalow linked an issue Aug 27, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Aug 27, 2024

badge

Windows and Mac build successfull in Unity Cloud! You can find a link to the downloadable artifact below.

Name Link
Commit adb4122
Logs https://github.com/decentraland/unity-explorer/actions/runs/10614570279
Download Windows https://github.com/decentraland/unity-explorer/suites/27749834346/artifacts/1869727193
Download Mac https://github.com/decentraland/unity-explorer/suites/27749834346/artifacts/1869736688
Built on 2024-08-29T12:40:48Z

@NickKhalow NickKhalow enabled auto-merge (squash) August 29, 2024 13:00
Copy link

@Ludmilafantaniella Ludmilafantaniella left a comment

Choose a reason for hiding this comment

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

Approved. Tested the happy path, and multiplayer is working as expected. 🟢

@NickKhalow NickKhalow merged commit 377bffc into main Aug 30, 2024
5 checks passed
@NickKhalow NickKhalow deleted the fix/1713-websocket branch August 30, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Exception: Cannot listen for connection string
3 participants