Skip to content

I have a request about events long poll. #452

@c-rei

Description

@c-rei

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions