File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,8 @@ However, the maximum allowed value is 50.
176176
177177A response to an invalid query may have an ``application/json `` content type but include text (not JSON) data.
178178
179+ After deleting a target, for up to approximately 30 seconds, matching it with a query returns a 500 response.
180+
179181Performing a release
180182--------------------
181183
Original file line number Diff line number Diff line change @@ -177,6 +177,13 @@ Matching a target which is in the processing state sometimes returns a successfu
177177Sometimes a 500 (INTERNAL SERVER ERROR) response is given.
178178The mock always gives a 500 response.
179179
180+ Matching deleted targets
181+ ~~~~~~~~~~~~~~~~~~~~~~~~
182+
183+ Matching a target which has been deleted returns a 500 (INTERNAL SERVER ERROR) response within the first few seconds.
184+ This timeframe is not consistent on the real Vuforia Web Services.
185+ On the mock, this timeframe is always three seconds.
186+
180187.. |Build Status | image :: https://travis-ci.org/adamtheturtle/vws-python.svg?branch=master
181188 :target: https://travis-ci.org/adamtheturtle/vws-python
182189.. |codecov | image :: https://codecov.io/gh/adamtheturtle/vws-python/branch/master/graph/badge.svg
You can’t perform that action at this time.
0 commit comments