[Gambas-user] App hangs when using httpclient download

Brian G brian at westwoodsvcs.com
Tue Oct 10 22:45:42 CEST 2023


I don't know if I am doing something wrong, I don't remember it being a problem in past but 

When using the httpclient the app hangs at exit 

as example 

dim hclient as new httpclient 
hclient.async = false 

dim data as string 
data = hclient.download("theurl") 
print data 
hclient.close() 
hclient = null 


The app never exits just hangs 



"Failure is the key to success; 
each mistake teaches us something" .. Morihei Ueshiba 
Brian G 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231010/33397897/attachment.htm>


More information about the User mailing list