Melih Polat

Results 5 comments of Melih Polat

I use this, until this great lib has that capability. ```js onPaste={e => { e.preventDefault(); const clipboardData = e.clipboardData; const pastedData = clipboardData.getData('Text'); if (matchIsValidTel(pastedData)) { setValue(pastedData); } }} ```

I am having the ssame issue. It happens randomly and I cannot even destroy the queue. I have to restart each time.

@Twisterking to find a pattern, I want to ask if you have the same setup with me. - Are you using Heroku or some container? - Do you add new...

According to some logging, in my case, the job stucks at connecting to Discord via socket, "sometimes". But I don't understand why I cannot force worker process to be killed....

> [@melihplt](https://github.com/melihplt) could it be a bug in NodeJS where the connection enters an infinite loop? Have you tried with a different runtime such as Bun to see if you...