You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a port assignment strategy that checks ports sequentially within the port range, i.e., start at the min port and find ports by incrementing the port by one and selecting the open ones for the application and admin ports).
* Add IncrementingFreePortFinder, which finds the first two
open ports within the allowable port range whether adjacent
or not. The admin port will always be higher than the
application port.
* Add AdjacentFreePortFinder, which finds the first two open
and adjacent ports within the allowable port range. The
admin port will always be one higher than the application port.
Closes#538Closes#539
* Add IncrementingFreePortFinder, which finds the first two open ports
within the allowable port range whether adjacent or not. The admin port
will always be higher than the application port.
* Add AdjacentFreePortFinder, which finds the first two open and
adjacent ports within the allowable port range. The admin port will
always be one higher than the application port.
Closes#538Closes#539
This is a port assignment strategy that checks ports sequentially within the port range, i.e., start at the min port and find ports by incrementing the port by one and selecting the open ones for the application and admin ports).
Depends on #536
The text was updated successfully, but these errors were encountered: