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 haven't tested that fix #76, but what I did is to iterate over that line with a little delay. It's not well designed, but it fixed my real-world problem and reduced the crash rate.
Feel free to close this issue, might just be an idea.
The text was updated successfully, but these errors were encountered:
cyBerta
changed the title
issue on old devices
crashes on slow devices when obtaining the control socket's file descriptor
Jun 2, 2022
The whole control port as filedescriptor is such a promising approach that has had a variety of issues, i am sure related to performance and small difference in the underlying file system implementation and storage hardware. Not a bad idea to add some awareness of this into the code.
Testing with an ancient Samsung Galaxy S (!), I saw nullpointer exceptions, when attempting to obtain the filedescriptor of the control socket
I haven't tested that fix #76, but what I did is to iterate over that line with a little delay. It's not well designed, but it fixed my real-world problem and reduced the crash rate.
Feel free to close this issue, might just be an idea.
The text was updated successfully, but these errors were encountered: