Closed kliment-slice closed 6 months ago
While I'm not against bumping that initial message size, I want to make sure it is actually needed (see my comment on the issue).
Also can you reword your commit so it could trigger a new release/change log accordingly.
fix(unchunker): increase initial allowed message size
Thanks for the change but since your commit message does not respect semantic release, I can not merge it. If I were to merge it as-is, no release will be created (and the point of your PR will be lost).
I guess I'll squash your changes and rewrite your commit. (I always forgot that I can simply do it via github...)
:tada: This PR is included in version 2.0.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When sending a JWT token along with a message, this size ends up too small and results in a ValueError. This PR increases max_message_size to 3000 to accommodate.
fix #157