Skip to content

Commit

Permalink
feat: Add close methods for game, player, and stack streams
Browse files Browse the repository at this point in the history
This commit adds close methods for the game, player, and stack streams in the `GrpcServerConnection` class. These methods are used to cancel the stream subscriptions and set the stream variables to null. The close methods are called in the `closeAllStreams` method in the `GameScreenState` class when the user exits the game. This ensures that all streams are properly closed and cleaned up.
  • Loading branch information
oriventi committed Jun 5, 2024
1 parent 3b40279 commit bfd9352
Show file tree
Hide file tree
Showing 7 changed files with 320 additions and 153 deletions.
Loading

0 comments on commit bfd9352

Please sign in to comment.