PepperDash / Essentials

The Essentials Application Framework Libraries
MIT License
133 stars 77 forks source link

[BUG]-RoutingPort constructor issue #962

Closed ndorin closed 2 years ago

ndorin commented 2 years ago

Was this bug identified in a specific build version? Prior to 1.10.2

Describe the bug Constructor for RoutingPort was assigning the value of the property IsInternal to itself rather than the argument isInternal to IsInternal

Expected behavior Should assign the argument value passed in to the property value.