AndreasReitberger / KlipperRestApiSharp

A C# based library to communicate with a klipper using Moonraker as WebApi base.
https://andreas-reitberger.de/datenbanken-softwareloesungen/nugets/klipperrestapisharp/
Apache License 2.0
14 stars 2 forks source link

`MoonrakerClient.WebSocket_Opened` (System.Object sender, System.EventArgs e) #46

Closed AndreasReitberger closed 1 year ago

AndreasReitberger commented 1 year ago

It seems that all the issues, expected #44, are relevant to the failing SetResult method of the TaskCompletionSource<bool> property.

https://github.com/AndreasReitberger/WebSocket4Net/blob/b6725462c1fbfaef5a5d840c4b95d1da0cbddb3f/src/WebSocket4Net/WebSocket.Await.cs#L41

Fixed #45 Fixed #44 Fixed #43 Fixed #42