Is it possible to adjust the transport window size using v1.4 solace-pubsubplus Python client?

Hey @AlexanderJHallAgain - you cant set the window size from the Python API either. If you set max-delivered-unacked-msg-per-flow to 1, you don’t have to set the transport window, it will be effectively 1 as well.