Skip to content
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

Pretty sure those "m" are not intended :P! #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LyesSaadi
Copy link

No description provided.

@azizamari
Copy link
Owner

It was temporarily intended since someone abused madem loop and ran infinite loops in my server and took it down 15 times 😅

@azizamari
Copy link
Owner

azizamari commented Jul 20, 2021

I implemented a solution to make a time limit in the online editor and I thought it worked at first but somehow the asynchronous task keeps running in my server even though the user gets a time exceed message. I have to fix that before and I don't know how to stop an asynchronous Task in C# (I still don't understand asynchronous code well 😅)

@LyesSaadi
Copy link
Author

Well, no one understands async, it's like quantum mechanics, so I totally understand 😆!

But yeah, people abusing online code execution is an issue as old as the Internet itself 😛! An execution time limit is the only solution for preventing this (and that's the way most online compilers do, like Rust's Playground).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants