You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: