Alexis DELAHAYE
Alexis DELAHAYE
While we're at the IO level, could it be due to `IO.pipe` in [this file](https://github.com/elastic/apm-agent-ruby/blob/66960e4c9574d3e03252def582abd7ff63c216d5/lib/elastic_apm/transport/connection/proxy_pipe.rb#L9), as this ruby [bug described here](https://bugs.ruby-lang.org/issues/12230) ? Are you using offset in your IO ?...
Managed to get metrics to be sent ! Maybe it has something to do with how `httprb/http` handles IO streams on Windows , because manually parsing the stream into string,...
According to [this SO answer](https://stackoverflow.com/a/18770589) , since Rails 5 it is now `turbolinks:load` , but it's not firing either for me. Tokens are still invalid . **Edit:** The `$(document).on('turbolinks:load', function(){`...