alexby

Results 2 comments of 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...