Change way of stopping searches when user removes one #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add an id per search in database. Use these ids to keep the search threads identified and stop the thread using that id instead of checking in every search (keep doing that anyways? maybe not needed anymore if create a function that removes all threads when user is not valid anymore, but have to check if user is not valid in main thread)