4fc012b422
**Description** This pull request changes the WebSocket connection `handle lost` log message in the `wsOnConnection` method of the `GameSocket` class. The original log message was: ```typescript this.logger.debug(this.localisationService.getText("websocket-socket_lost_deleting_handle"); >>> [WS] Socket lost, deleting handle, status: %s ``` Which was inconsistent with most other languages. It can be understood from context that the socket was lost, therefor deleted and closed. Instead now; ```typescript this.logger.debug(this.localisationService.getText("websocket-socket_lost_deleting_handle"); >>> [WS] Socket lost, deleting handle ``` This is achieved through editing the languages one by one and removing the "`status: %s`" component. **Related** - Closes: https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/421 Co-authored-by: Deadly <info.saddiki@gmail.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/214 Co-authored-by: Deadly Alden <deadly@noreply.dev.sp-tarkov.com> Co-committed-by: Deadly Alden <deadly@noreply.dev.sp-tarkov.com> |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
src | ||
tests | ||
.dockerignore | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.nvmrc | ||
.swcrc | ||
biome.json | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.docs | ||
Dockerfile.pnpm | ||
dprint.json | ||
gulpfile.mjs | ||
package.json | ||
pkgconfig.json | ||
Server.code-workspace | ||
tsconfig.base.json | ||
tsconfig.json | ||
tsconfig.typedef.json | ||
typedoc.json | ||
vitest.config.ts |