em-net-http icon indicating copy to clipboard operation
em-net-http copied to clipboard

Only use EM request if running on main thread

Open CodeMonkeySteve opened this issue 6 years ago • 0 comments

Can't resume fibers across threads, so anything that performs HTTP requests in another thread (e.g. NewRelic agent) will break. Not sure if there's a less hacky way to determine the main thread.

CodeMonkeySteve avatar Aug 16 '18 23:08 CodeMonkeySteve