Version and SessionId not being set on CachedServiceClient

so it looks like the Version and SessionId on the CachedServiceClient are not being set from the client being passed in, is this a bug?

Yeah it wasn’t connected to the underlying client which should be resolved from this commit.

It’s being pushed through CI now (available in 20mins on v4.0.57 on MyGet).

In meantime you can populate it on the ServiceClient instance before passing it into the CachedServiceClient.

1 Like

Thanks for that :thumbsup: