vicara-hq / kai-dotnet

The .NET client for using the Kai SDK.
https://vicara.co
4 stars 6 forks source link

getConnectedKais not implemented #5

Closed r4reejh closed 5 years ago

r4reejh commented 5 years ago

As of now, there is no way for the library to get the connected kai details.

rakshith-ravi commented 5 years ago

Why should it though, I was thinking, at the beginning of the initialisation process, it'll query the list of the connected Kais from the SDK. Then, whenever a Kai gets connected or disconnected, the SDK will notify the library which will update it's existing list of connected Kais. That way, it'll always have a state of the connected Kais. I'm open to any suggestions or if you could point out any flaws in my logic so far.