KirisameMarisa / BocchiTracker

BocchiTracker is a bug reporting tool that allows you to report issues to various services.
MIT License
4 stars 1 forks source link

Fix game freeze and modify TCP connection #91

Closed KirisameMarisa closed 9 months ago

KirisameMarisa commented 9 months ago

This pull request fixes an issue where starting the game would cause it to freeze. It also modifies the TCP connection to use 'StartCoroutine' instead of a while loop.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9a2a12d) 30.29% compared to head (852e2bc) 30.29%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #91 +/- ## ======================================= Coverage 30.29% 30.29% ======================================= Files 99 99 Lines 2862 2862 Branches 388 388 ======================================= Hits 867 867 Misses 1940 1940 Partials 55 55 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.