From 3ecea2a58e2aaa966b286806ef8215b98bd2fc40 Mon Sep 17 00:00:00 2001 From: Luke Gehorsam Date: Thu, 22 Feb 2024 13:45:42 -0500 Subject: [PATCH] fix typo --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b878a8..5fd5cf3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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