v2.2.1-vNext
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.