How to start request before project finishes building

I’m not sure how to ask this:

When I developed in visual studio, I could hit build, then hit the query button in postman. It would wait a few seconds before the build finished and then the query would run.

When using Rider however, the build has to be completely finished before it accepts a request. This is annoying as it seems to take longer to build in Rider and there is no indication that I can query. So I end up spamming the query button getting connect ECONNREFUSED 127.0.0.1:7212, until it finally catches the opens the connection.

Is there anything I can do in postman to keep requesting every X ms for 5s before it gives up? Or if there is a setting in Rider? (though this is a postman forum). I’m at least looking for language to look up this problem

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.