Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
custom port 2
  • Loading branch information
l0lawrence committed Nov 19, 2024
commit 2b0f622a23108fe3b3acdde3fe6ac467cff92740
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def __init__( # pylint:disable=too-many-locals,too-many-statements
# Custom Endpoint
custom_endpoint_address = kwargs.get("custom_endpoint_address")
custom_endpoint = None
custom_port = None
if custom_endpoint_address:
custom_parsed_url = urlparse(custom_endpoint_address)
if transport_type.value == TransportType.Amqp.value:
Expand Down