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

Add stream_flags option #66

Open
wants to merge 2 commits into
base: 2.x
Choose a base branch
from
Open

Add stream_flags option #66

wants to merge 2 commits into from

Conversation

sashaaro
Copy link

@sashaaro sashaaro commented Dec 7, 2022

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Related tickets f
Documentation
License MIT

What's in this PR?

Add stream_flags option

Why?

for example I want pass STREAM_CLIENT_PERSISTENT

Example Usage

new Client($factory, ['stream_flags' => STREAM_CLIENT_PERSISTENT])

Checklist

  • Updated CHANGELOG.md to describe BC breaks / deprecations | new feature | bugfix
  • Documentation pull request created (if not simply a bugfix)

To Do

  • If the PR is not complete but you want to discuss the approach, list what remains to be done here

for example I want pass STREAM_CLIENT_PERSISTENT
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

1 participant