Changelog¶
3.0.3 (2024-09-09)¶
Additions and improvements
- Switched to the new UTC date×
3.0.2 (2024-05-20)¶
Additions and improvements
- Added ExpectAcknowledgement timeouts
- Added
SocketManager
's logging context to the transport requests' context.
Fixes
- Remove the whole subscription if no more subscriber left.
3.0.1 (2023-11-28)¶
Additions and improvements
- Added
[Preserve]
attribute to theError
class, and for theMaxPayload
property in theHandshakeData
class.
3.0.0 (2023-11-01)¶
Additions and improvements
- Added modularity: previously bundled within a larger asset, the Best Socket.IO functionality has been separated out, creating a dedicated package that builds upon the core capabilities of the Best HTTP package for streamlined and focused Socket.IO communication.
- Enhanced connection capabilities: utilizes the improved connection mechanisms provided by the Best HTTP package for faster connections.
- New namespace hierarchy: Socket.IO-related classes have been moved from
BestHTTP.SocketIO3
to theBest.SocketIO
namespace.