Compare commits

...

2 Commits
4.6.1 ... 4.6.2

Author SHA1 Message Date
TeamCity
4156e1c9ce ci: bump version to v4.6.2 2025-12-01 20:21:02 +00:00
358556612e fix: FRO-6 Websocket Close Handle (#96)
Reviewed-on: #96
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
2025-12-01 21:17:58 +01:00
3 changed files with 7 additions and 1 deletions

View File

@@ -187,3 +187,8 @@
### Bug Fixes
* **api:** BAC-23 Remove old polling code ([#95](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/95)) ([a55f0b4](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/a55f0b4b6164a47e3524422650ed99d10f9c8b0d))
## (2025-12-01)
### Bug Fixes
* FRO-6 Websocket Close Handle ([#96](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/issues/96)) ([3585566](https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/commit/358556612ec74601c8b31125e4e65f750abf8c4c))

View File

@@ -87,6 +87,7 @@ function setupSocketHandlers(socket) {
} else {
console.warn('Connection died unexpectedly.');
}
location.href = "/mainmenu";
};
}

View File

@@ -1,3 +1,3 @@
MAJOR=4
MINOR=6
PATCH=1
PATCH=2