View Issue Details

IDProjectCategoryView StatusLast Update
0009271CTT UA Scripts1 - Script Issuepublic2023-11-28 14:27
ReporterYannik Klaass Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.04.505 
Fixed in Version1.04.506 
Summary0009271: PubSub General: NetworkInterface used for receiving is set to "127.0.0.1"
Description

The GenerateConnections() method in PubSubUtilities.js in the library creates a PubSubConnectionDataType variable used for configuring the CTT as Subscriber using a hard-coded "127.0.0.1" for the Address.NetworkInterface field. If PubSub messages are received over a NetworkInterface other than the loopback adapter, the CTT will, of course, not receive them.
The NetworkInterface used for receiving needs to be configurable via CTT settings.

TagsNo tags attached.
Files Affected

/library/Base/settings.js
/library/PubSub/PubSubUtilities.js
/default.ctt.xml

Activities

Yannik Klaass

2023-11-28 07:59

developer   ~0020409

Adding CTT setting for the configuration of the NetworkInterface to be used by the CTT for sending/receiving PubSub messages.

Furthermore renaming the existing /Server Test/PubSub/NetworkInterface setting to NetworkInterface_Server for better distinguishment.

Paul Hunkar

2023-11-28 10:53

administrator   ~0020414

Review in call, agreed to changes and closed issue

Issue History

Date Modified Username Field Change
2023-11-20 13:23 Yannik Klaass New Issue
2023-11-20 13:23 Yannik Klaass Status new => assigned
2023-11-20 13:23 Yannik Klaass Assigned To => Yannik Klaass
2023-11-28 07:57 Yannik Klaass Files Affected => /library/Base/settings.js
/library/PubSub/PubSubUtilities.js
/default.ctt.xml
2023-11-28 07:59 Yannik Klaass Status assigned => resolved
2023-11-28 07:59 Yannik Klaass Resolution open => fixed
2023-11-28 07:59 Yannik Klaass Note Added: 0020409
2023-11-28 10:53 Paul Hunkar Status resolved => closed
2023-11-28 10:53 Paul Hunkar Fixed in Version => 1.03.505
2023-11-28 10:53 Paul Hunkar Note Added: 0020414
2023-11-28 10:56 Paul Hunkar Fixed in Version 1.03.505 => 1.04.505
2023-11-28 14:27 Paul Hunkar Fixed in Version 1.04.505 => 1.04.506