File Details
v2026.3.25.7
- R
- Mar 25, 2026
- 275.07 KB
- 8
- 12.0.1
- Retail
File Name
Wheelson-v2026.3.25.7.zip
Supported Versions
- 12.0.1
Wheelson
v2026.3.25.7 (2026-03-25)
Full Changelog Previous Releases
- 🧹 Refactor host-side message handlers for better maintainability (#110)
- 🧹 Refactor HandleJoinRequest and related host handlers for better maintainability
Extracted common validation logic into WHLSN:IsHost and WHLSN:ValidateSender
to reduce complexity and improve readability in host-side message handlers.
Modified HandleJoinRequest, HandleSpecUpdate, HandleLeaveRequest, and
HandleSessionQuery to use these new helpers. - 🧹 Refactor host-side message handlers and fix lint warning
- Extracted common validation logic into WHLSN:IsHost and WHLSN:ValidateSender.
- Reduced complexity in HandleJoinRequest, HandleSpecUpdate, HandleLeaveRequest, and HandleSessionQuery.
- Fixed 'unused argument' lint warning for 'data' in ValidateSender.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Tyler Holland tytaniumdev@gmail.com - 🧹 Refactor HandleJoinRequest and related host handlers for better maintainability

