Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion forwarder/scripts/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def main():
f"Forwarder version '{version}' started, service Id: {args.service_id}"
)
# EPICS
ca_ctx = CaContext()
ca_ctx = CaContext(client_name="forwarder")
pva_ctx = PvaContext("pva", nt=False)
# Using dictionary with Channel as key to ensure we avoid having multiple
# handlers active for identical configurations: serialising updates from
Expand Down