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

I have a request about events long poll. #452

Open
c-rei opened this issue Jan 22, 2025 · 1 comment
Open

I have a request about events long poll. #452

c-rei opened this issue Jan 22, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@c-rei
Copy link

c-rei commented Jan 22, 2025

I used the client.events().generate_events_with_long_polling() which is a feature of old python sdk, the code is very simple like below:

events = client.events().generate_events_with_long_polling()
for event in events:
.... print(f'Got {event.event_type} event')

So, I hope that would you add this feature to new sdk? Just like the feature of new sdk "client.chunked_uploads.upload_big_file" for chunked upload that is very convenience.

Thanks any support.
Best regards.

@congminh1254
Copy link
Member

Hi @c-rei

We have this feature in our roadmap but it's not yet planned. We will let you know when this feature is available to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants