Open thomthom opened 2 years ago
If the request object from Sketchup::Http::Request.new is held on to it might become garbage collected before it'll have time to complete. Because of this it should always be assigned to an instance or class variable for at least it's duration.
Sketchup::Http::Request.new
If the request object from
Sketchup::Http::Request.new
is held on to it might become garbage collected before it'll have time to complete. Because of this it should always be assigned to an instance or class variable for at least it's duration.