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
After running the main with a loop, and not with for statement, it crashes after random time, with the message:
"Error!" if it is run on Mac.
I'have tried to run it on windows and the error is this:
The error probably means that you're not consuming the frames fast enough, so they're filling up the queue. I've experienced the same and even suspected a memory leak. Probably should be stated in the docs explicitly
After running the main with a loop, and not with for statement, it crashes after random time, with the message:
"Error!" if it is run on Mac.
I'have tried to run it on windows and the error is this:
https://github.com/CapSoftware/scap/blob/83da3aac93b276e4e9284a23e7dc7f2a680bdb92/src/capturer/engine/mac/mod.rs#L32C1-L37C2
The text was updated successfully, but these errors were encountered: