asyncp | Port of the async library to use Promises | Reactive Programming library
kandi X-RAY | asyncp Summary
kandi X-RAY | asyncp Summary
asyncp is a port of the async library to use Promises instead of Node.js callbacks.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of asyncp
asyncp Key Features
asyncp Examples and Code Snippets
Community Discussions
Trending Discussions on asyncp
QUESTION
I have built apps with Unity 5 and with Unity 2017, and am able to use Fiddler or Charles to capture network traffic successfully. However, When I build a Unity 2018 app using IL2CPP (the other apps were built with .Net), the app works (successfully sending network traffic), but the app seems to somehow bypass the Fiddler (or Charles) proxy. That is, Fiddler and Charles are unable to show the network traffic from the Unity 2018 IL2CPP app, even though it can show traffic from Unity 5 and Unity 2017 apps.
Note that everything works with Unity 5 and Unity 2017, and, that the SSL settings, etc. have been setup previously. Also, I have used the Fiddler "WinConfig" to EnableLoopback for the Unity 2018 app.
My question is: What do I need to do to get a Unity 2018 IL2CPP app to show traffic in Fiddler or Charles?
Update: Here is some sample code that shows that HttpClient requests don't go through the proxy, but other (Unity) webrequests do go through the proxy:
...ANSWER
Answered 2020-Feb-27 at 21:04Unity has acknowledged that this is a problem:
https://fogbugz.unity3d.com/default.asp?1222589_u6qsndet3umnp50u
https://issuetracker.unity3d.com/issues/httpclient-ignores-windows-proxy
It appears that during the "IL2CPP" code generation process, the generated code changes the HttpClient to not use the local proxy.
The code below was copied from here, and seems to overcome the Unity IL2CPP bug:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install asyncp
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page