You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SignalFishConfig::with_event_channel_capacity now clamps values below 1 to 1, so the stored config value matches documented behavior.
Fixed
SignalFishClient::shutdown now aborts the background transport task if graceful shutdown exceeds shutdown_timeout, preventing detached tasks from running indefinitely.
SignalFishClient::shutdown and disconnect handling now always clear authenticated, player_id, room_id, and room_code, preventing stale state when shutdown times out or the transport task is aborted before Disconnected is emitted.