✅ [SOLVED] app hangs during JSON serialization
Whenever the program gets to the part where it has to read or write to file, it succeeds but then doesn't continue farther
Program.cs5.41KB
CzyZapisac().ZapiszPytaniaDoPliku() finishes it's job, Writes the line to the console, and nothing else happenswhile(true) loop in StworzPytanie()while(true) loop in CzyZapisac() was running infinitelybreak; instruction in the switch statement should have closed it, but wouldn't