-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersquery-servicestudent-projects
Description
Feature Request
Describe the Feature Request
Enhance the query service by adding a new option WithUnsafeStreamResult(true). When this option is enabled, the service should return an unmaterialized streamResult. The user must manually close this result. As long as the result is not closed, the session remains occupied.
Additional Context
- Document that the user is responsible for manually closing the returned Result to free up the session.
- Include a warning in the documentation about the potential risks of session leaks if the user fails to close the
resultproperly. The Unsafe in the option name emphasizes the need for caution when using this feature.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersquery-servicestudent-projects