adafruit / PyLeap-iOS

MIT License
13 stars 1 forks source link

"Options" request taking too long to complete #112

Closed TrevKnows closed 1 year ago

TrevKnows commented 1 year ago

Checked the query itself to ensure that it was correct and efficient. Considered optimizing the query by using indexes or other techniques to improve its performance.

I removed request.httpBody with an empty dictionary.

Afterwards, the options request worked as intended.