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

Update array pool config, allow driver to request a max sized array #764

Merged
merged 11 commits into from Jan 5, 2024

Conversation

thelonelyvulpes
Copy link
Contributor

@thelonelyvulpes thelonelyvulpes commented Jan 3, 2024

This change:

  • Adds unit tests for the pool
  • modifies the array pool to allow for a max array length to be requested, this is in order to ensure against breaking change as the message reader could expand to that size.
  • Replaces some established configuration.

Copy link
Contributor

@AndyHeap-NeoTech AndyHeap-NeoTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Neo4j.Driver/Neo4j.Driver/Config.cs Outdated Show resolved Hide resolved
@thelonelyvulpes thelonelyvulpes merged commit d3a9a4c into 5.0 Jan 5, 2024
5 checks passed
@thelonelyvulpes thelonelyvulpes deleted the pool-config branch January 5, 2024 13:40
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.

None yet

3 participants