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

Getting all messages occasionally hangs indefinitely #371

Closed
Rob-NY opened this issue Feb 7, 2023 · 1 comment
Closed

Getting all messages occasionally hangs indefinitely #371

Rob-NY opened this issue Feb 7, 2023 · 1 comment

Comments

@Rob-NY
Copy link

Rob-NY commented Feb 7, 2023

Describe the bug

1: $inbox = $client->getFolderByName('INBOX');
2: $messages = $inbox->messages()->all()->get();

Unpredictably, line #2 will hang indefinitely.

Used config
Defaults

Code to Reproduce

1:  $inbox = $client->getFolderByName('INBOX');
2:  $messages = $inbox->messages()->all()->get();

Expected behavior

There should be some type of exception thrown or return value indicating timeout.

Screenshots
n/a

Desktop / Server (please complete the following information):

Unbuntu 18.04LTS
PHP 7.2.24

Additional context

@Webklex
Copy link
Owner

Webklex commented Jun 28, 2023

Hi @Rob-NY ,
please update to the latest release and give it another try. There have been several fixes including one fixing the issue you're describing.

Once again, thanks for taking the time and effort to make this library better!

Best regards and happy coding,

@Webklex Webklex closed this as completed Jun 28, 2023
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

No branches or pull requests

2 participants