JPro-one / JPro

The right place to report about bugs or suggest improvements for JPro.
https://www.jpro.one
9 stars 4 forks source link

gradle jproRun task runs others apps running on given port? #140

Open ctoabidmaqbool opened 1 year ago

ctoabidmaqbool commented 1 year ago

Sometimes when gradle jproRun task executes, then it run previous running application on the given ports in gradle file.

Expected behavior: If another jpro app is running on given port then new app should not be started as another app is using the same port.

By the way some times its noted that another codding runs not which we run, if another app is running on same port.