-
hello everyone. i have a strange error i want to discuss about. this is my setup:
(might be designed better, but it is what it is:) when i run the client just to echo the messages or do not dispatch those ~100 jobs, everything works fine. but when they are fired, despite the processing seems to be smooth, all jobs are dispatched, processed... but from time to time i get
i googled around, asked chatgpt... but i am stuck. only issue that i've found, that resembles mine, is this one: PHPMailer/PHPMailer#1227 do some of you have any idea or a suggestion i could do do fix the issue? edit: in the phpmailer issue above discussion, there was a link to https://github.com/reactphp/event-loop/pull/44/files |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Googling the warning message, it seams this is something that occasionally happens and cannot be circumvented. All implementations I have looked at handles or ignores the error in some way. So basically I need to fix this by treating it as an "expected issue", and not throwing an Exception as of now. |
Beta Was this translation helpful? Give feedback.
-
I have updated the underlying |
Beta Was this translation helpful? Give feedback.
Googling the warning message, it seams this is something that occasionally happens and cannot be circumvented. All implementations I have looked at handles or ignores the error in some way.
So basically I need to fix this by treating it as an "expected issue", and not throwing an Exception as of now.