You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hello, trying to use PersistentSubscriptionsManager and the object model PersistentSubscriptionDetails is actually not aligned with the actual api payload so the connections list is null, and there is no way to get the connections count.
Hi @jrouaix, according to the comments in the client code, Connections is only populated when the details are fetched through the Describe method and will be null when fetched through the List method.
I've changed the label from bug to enhancement, as we could improve the api around the persistent subscription manager in the tcp client.
Describe the bug
Hello, trying to use PersistentSubscriptionsManager and the object model
PersistentSubscriptionDetails
is actually not aligned with the actual api payload so the connections list is null, and there is no way to get the connections count.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The client nuget should have same model than the actual API payload.
Config/Logs/Screenshots
EventStore details
Event Store 5.0.5.0
ES server in a container / dotnet client on windows
5.0.5
The text was updated successfully, but these errors were encountered: