Skip to content

QuickFix

Latest
Compare
Choose a tag to compare
@pwielders pwielders released this 25 Jul 13:08
· 3 commits to R4_3 since this release

In R2, the LinkType<> template to communicate with Thunder over JSONRPC, used a maxium timeout of 100ms to wait for the channel to open before to continue. This was set to 0ms as the assumption was that the SmartLinkType would be used for this purpose and the SmartLinkType waits for the Opened Event before submitting notifications/invokes.

However some application still use theLinkType<> and expect the Channel to be open after the construction (trickey, not advised but it is code out there). Restored the waittime now to at least 1S.