-
@alexandernickel @iamturns I have a component with an imageId as Input, the component asks the server to return an image URL for the imageId. I want to keep the subscription alive because it should work for the next value set. Or would it be better to create a new subscription in the setter?