This message was deleted.
# ask-questions
w
This message was deleted.
f
Yes, I believe so. Each instance is very light weight so shouldn’t cause any resource problems
👍 1
h
To elaborate on this a bit, SDK instance per connection is done by design. There is a central in-memory "feature repository" (basically a singleton created by the SDK) which all SDK instances plug into and subscribe to, so memory usage stays light
👍 1
h
Gotcha! Thanks for the details! We were wondering if we’d have to build our own middleware or something to handle that functionality at that point! Thank you!
145 Views