alexby
alexby
I just faced the same problem, and looks like the goal could be reached by using TagAttributeInterpolation, but I have no idea how to work with it(the project has poor...
For those who were interested in a workaround: ``` subscription.setOptions({ flowControl: { maxMessages: 1, allowExcessMessages: false } }) ``` (It could work without `allowExcessMessages`, but I didn't test it without...
From my point of view (a user, who uses the library from time to time, but not on everyday basis) this behavior is not obvious, is it a good practice...