You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting this error IO Exception: bind failed: EADDRINUSE (Address already in use)
when trying to call CorHttpd.startServer
I've even tried calling CorHttpd.stopServer numerous times before calling CorHttpd.startServer again.
I also notice that in the console the address my images are getting retrived from is: http://192.168.99.17:8285/img_src-7e09c9d3e96378bf549fc283fd6e1e5b7014cc3372.jpg and my url from the start server callback is http://127.0.0.1:8447/
The text was updated successfully, but these errors were encountered:
Did you ever figure this out @roblav96 ? I notice I get a similar error when I'm using an ios simulator but when I debug on an actual ios device it works fine.
I keep getting this error
IO Exception: bind failed: EADDRINUSE (Address already in use)
when trying to call
CorHttpd.startServer
I've even tried calling
CorHttpd.stopServer
numerous times before callingCorHttpd.startServer
again.I also notice that in the console the address my images are getting retrived from is:
http://192.168.99.17:8285/img_src-7e09c9d3e96378bf549fc283fd6e1e5b7014cc3372.jpg
and myurl
from the start server callback ishttp://127.0.0.1:8447/
The text was updated successfully, but these errors were encountered: