ClaudioHoffmann
ClaudioHoffmann
For our Solum integration, we've decided to just extend the Qt example application. The big feature of our fork will be [OpenIGTLink support](https://github.com/openigtlink/OpenIGTLink), but we're also going to add more...
While it's possible to pass custom timeouts to `OpenIGTLinkClient.wait_for_message()`, the underlying socket is hardcoded to a 0.01 second timeout: https://github.com/lassoan/pyigtl/blob/dadb658497a77004c66969876420a8ddec900f2d/pyigtl/comm.py#L314-L318 This timeout can quickly be reached when streaming large data...
Fixes #4890.
Fixes #5176.
### Which package(s) are affected? Analyzer (@lit-labs/analyzer) ### Description This is crucial especially for generated Angular wrappers. ### Reproduction Consider a property like ```ts @property({ type: String, reflect: true })...