C
C#5mo ago
timthyloner

my server section is not working

first request is ok, all other requests fail.
13 Replies
Pobiega
Pobiega5mo ago
$nocontext
Pobiega
Pobiega5mo ago
We can't help at all if you don't provide context and details. The more the better.
Pobiega
Pobiega5mo ago
$paste
MODiX
MODiX5mo ago
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!
timthyloner
timthyloner5mo ago
BlazeBin - oiqzqzfnerrb
A tool for sharing your source code with the world!
Pobiega
Pobiega5mo ago
You're making your own webserver with a http listener.. okay. Thats not really recommended, for various reasons, but okay
timthyloner
timthyloner5mo ago
i do not know why it will not process after the first call
Waffles from Human Resources
I did it too yesterday cause my application only has 1 endpoint and was made as console app SCchips
timthyloner
timthyloner5mo ago
why only the first call and not anymore
Stroniax
Stroniax5mo ago
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.
timthyloner
timthyloner5mo ago
isactive is true until the application is closed