-
Notifications
You must be signed in to change notification settings - Fork 116
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
Stops scanning randomly #9
Comments
It's simple fix. You need to disallow errors, that breaks scan cycle |
I'm sorry, could you tell me how to fix it? I did not understand what you said and I do not understand too much English. |
File /scr/SCMBot/SteamSite.cs |
Ok thanks mate :) |
Added fix. |
by saying added fix you say its included in the latest precompiled version ? or do i have to take the src and compile it myself to add this fix ? greetings |
Fix already in source and binary. |
hmm, if its allready in there, i must say in wont help with randomly stopping scans :) |
Sleeping threads is another problem. |
maybe put in something like ttl for scans ? like every scan gets a TTL of 500 scans or such. Then ttl x scan time (3000ms) = time to check if thread is sleeping and if it is, close it and restart. Or something like add up 1 counter for each scan and for each output and if they differ the thread gets restarted, just loud thinking ^^ |
this thing really needs fixing.. |
For health reasons I had to stop project development. Be patient. |
Get well soon mate, Health comes first :) |
i wish you all the best, allways health first, cant agree more! |
When trying to scan using the latest version was quickly stopped with the previous version works correctly.
The text was updated successfully, but these errors were encountered: