Skip to content

v2.2.1-vNext

Choose a tag to compare

@uesleibros uesleibros released this 05 May 04:21
· 340 commits to main since this release
e7e813b

Wasabi v2.2.1-vNext

Fixed

In the WebSocketGetUptime function, there was a condition using .Connected, which was part of WasabiConnection. This system, which no longer exists and was causing a Property not found error, was resolved by changing to the new state system .State = STATE_OPEN.