Re: Refinitiv Data Platform Library (Typescript) timeout

Thank you so much for your response @Jirapongse,

Please have a look at my rdplipconfig.prod.json file


{

"http": {

"request-timeout": 60

},

"sessions": {

"default": "platform",

"platform": {

"rdpUser": "xxxxx",

"rdpPassword": "xxxxx",

"appKey": "xxxxx"

},

"desktop": {

"appKey": "xxxxx"

},

"container": {

"appKey": "xxxxx"

}

}

}

I am struggling to find where and how I should import my rdp config.


Thanks for you help!

Tristan

From: Refinitiv Data Platform Library (Typescript) timeout