-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capped buffer expansion #259
Capped buffer expansion #259
Conversation
} | ||
} | ||
catch(NotSupportedException e) | ||
catch (NotSupportedException e) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be we can now replace to some better exception? Like JoseException
of subclass ?
@CrspyAu thanks. It looks good, one comment about exceptions and i need to run compatibility tests as usual before releasing. |
@CrspyAu looks good to me. Sorry little bit slow at the end of year. I'll fix CI issues and merge it. Guessing need to include new file in .sln or something along the lines. |
looks good now ) merging, will release somewhere after holidays. Thanks ! |
Allow memorystream to expand up to limit rather than pre-allocate max size for each call
#258