Jeremy Collins
Jeremy Collins
This is the difference between a `Diffable`, and a `Resource` used as a subresource. There are no methods to call on the `Diffable` to trigger the update, so the parent...
Also, so I have a more concrete example, can you provide the service provider resource you're trying to implement and specifically what complex type within that resource this is causing...
Experiencing this issue as well with Azure Managed Redis. I was able to trace it to the [shard detection logic](https://github.com/redisson/redisson/blob/e1154e3ec011b3b0cd69d06850dd3d1490faabb7/redisson/src/main/java/org/redisson/pubsub/PublishSubscribeService.java#L1172). This runs the command `PUBSUB SHARDNUMSUB` which always hangs on...
Yeah, I can submit a PR.