Skip to content
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

Merged

Conversation

CrspyAu
Copy link
Contributor

@CrspyAu CrspyAu commented Dec 12, 2024

Allow memorystream to expand up to limit rather than pre-allocate max size for each call

#258

}
}
catch(NotSupportedException e)
catch (NotSupportedException e)
Copy link
Owner

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 ?

@dvsekhvalnov
Copy link
Owner

@CrspyAu thanks. It looks good, one comment about exceptions and i need to run compatibility tests as usual before releasing.

@dvsekhvalnov
Copy link
Owner

@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.

@dvsekhvalnov
Copy link
Owner

looks good now ) merging, will release somewhere after holidays. Thanks !

@dvsekhvalnov dvsekhvalnov merged commit 980838e into dvsekhvalnov:master Dec 26, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants