kamikitty / ResilientSmartGarden

0 stars 0 forks source link

Fix HTTP request Timeout bug #48

Closed jasonplojo closed 7 years ago

jasonplojo commented 7 years ago

Timeout duration is currently referring to the Integer resource ID, instead of the actual content of the resources. Timeout is longer than expected. Make sure all assigned timeouts are the actual Integer value and not the resource ID.

jasonplojo commented 7 years ago

Bug fixed. Added getInteger method call to resource references.