Cysharp / MagicOnion

Unified Realtime/API framework for .NET platform and Unity.
MIT License
3.9k stars 433 forks source link

Enhance StreamingHub heartbeat from client #800

Closed mayuki closed 4 months ago

mayuki commented 4 months ago

This PR enhances client-side StreamingHub heartbeat mechanism.

With this PR, StreamingHubClient will send a heartbeat message and wait for a response from the server. This allows disconnections and communication timeouts to be detected more quickly on the client.