Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lugehorsam committed Feb 22, 2024
1 parent f28c394 commit 3ecea2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Nakama: Fixed an issue where the socket would not correctly report `IsConnected` as false in cases of lack of internet connectivity.

### Changed
- Nakama: Default socket adapter changed from `WebSocketAdapter` to `WebSocketStdLibAdapter`. This was done to utilize the native .NET Websocket library for improved stability and maintenance.
- Nakama: `IsConnected` and `IsConnecting` will now read directly from the underlying .NET socket status. This will allow application code to more quickly and easily detect connectivity loss arising from a lack of internet access.
- Nakama: Default socket adapter changed from `WebSocketAdapter` to `WebSocketStdlibAdapter`. This was done to utilize the native .NET Websocket library for improved stability and maintenance.

## [3.10.0] - 2023-11-21
### Changed
Expand Down

0 comments on commit 3ecea2a

Please sign in to comment.