Skip to content

Commit a343683

Browse files
committed
Add a note in context_propagation example readme about possible timeout in the first call, closes #23
1 parent c75dd55 commit a343683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/context_propagation/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ In this example, a C++ client calls a MATLAB function hosted on MATLAB Productio
4444
contextprop_example_client
4545
```
4646
5. Check for expected spans in the OpenTelemetry Collector or in a specified tracing backend.
47+
48+
**NOTE:** In the first call to MATLAB Production Server, it needs to perform a significant amount of loading and initialization, and as a result the client may time out and return an error status. This should only happen in the first call and not in subsequent calls.

0 commit comments

Comments
 (0)