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
At this moment a Port is simply an Int and a PortRange is a Tuple2[Port, Port] and there is no check that a port range is valid (i.e. lower bound greater than upper bound).
The text was updated successfully, but these errors were encountered:
At this moment a
Port
is simply anInt
and aPortRange
is aTuple2[Port, Port]
and there is no check that a port range is valid (i.e. lower bound greater than upper bound).The text was updated successfully, but these errors were encountered: