Rohitashwa Nigam

Results 3 comments of Rohitashwa Nigam

> > So finally sessions and resources can be shared across threads or not? Immediately after I start using them as described in the docs I hit `KeyError: 'credential_provider'` or...

Found one workaround for this. Both `JsonIgnore` on the method `getSomethingAboutA` and `JsonIgnoreProperties` on the class like `@JsonIgnoreProperties({"somethingAboutA"})` work. But, I still feel these are workarounds, and `somethingAboutA` should not...