13 Replies
$nocontext
We can't help at all if you don't provide context and details. The more the better.
code
$paste
If your code is too long, you can post to https://paste.mod.gg/ and copy the link into chat for others to see your shared code!
BlazeBin - oiqzqzfnerrb
A tool for sharing your source code with the world!
You're making your own webserver with a http listener.. okay.
Thats not really recommended, for various reasons, but okay
i do not know why it will not process after the first call
I did it too yesterday cause my application only has 1 endpoint and was made as console app
why only the first call and not anymore
Where is your
Program
class? Does IsActive
continue to return true
? Have you tried stepping through your application with the debugger - that's the first thing I'd do here, to see which lines of code are running and then where it stops.isactive is true until the application is closed