This PR removes the arbitrary restriction on the maximum number of topics per subscription by instead just taking a slice to the subscription reason codes. These codes are then processed individually in the handler instead of being converted into ReasonCodes and pushed into a slice.
This PR removes the arbitrary restriction on the maximum number of topics per subscription by instead just taking a slice to the subscription reason codes. These codes are then processed individually in the handler instead of being converted into ReasonCodes and pushed into a slice.