Skip to content

Conversation

@PhilipLudington
Copy link
Contributor

  • Add UnityConnection class with exponential backoff reconnection
  • Add ConnectionState enum (Disconnected, Connecting, Connected, Reconnecting)
  • Add heartbeat/ping-pong mechanism to detect stale connections
  • Emit connection state change events for UI feedback
  • Refactor McpUnity to use new UnityConnection class
  • Add Jest test suite with 14 tests for connection handling

🤖 Generated with Claude Code

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 30, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@PhilipLudington PhilipLudington force-pushed the feature/connection-resilience branch 2 times, most recently from b372437 to 65c629b Compare January 6, 2026 15:26
@CoderGamester
Copy link
Owner

@PhilipLudington is this PR still valid or can it be deleted?

@PhilipLudington
Copy link
Contributor Author

Yeah, sorry, I confused myself I guess.

- Add UnityConnection class with exponential backoff reconnection
- Add ConnectionState enum (Disconnected, Connecting, Connected, Reconnecting)
- Add heartbeat/ping-pong mechanism to detect stale connections
- Emit connection state change events for UI feedback
- Refactor McpUnity to use new UnityConnection class
- Add Jest test suite with 14 tests for connection handling

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@PhilipLudington PhilipLudington force-pushed the feature/connection-resilience branch from 65c629b to 79fa552 Compare January 6, 2026 16:16
@PhilipLudington
Copy link
Contributor Author

Okay, I figured it out. I was behind on a few commits, but thought I was up to date. This is ready for review now.

@PhilipLudington PhilipLudington marked this pull request as ready for review January 6, 2026 16:18
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.

2 participants