Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

Initializing Glimpse in projects break aws-sdk S3 #122

Closed ringofhealth closed 7 years ago

ringofhealth commented 7 years ago

First of all, amazing work! =)

I have found glimpse to be immensely helpful and a incredible tool! However recently I discovered that apparently Glimpse breaks my aws-sdk s3 code. I originally submitted a bug to the aws-sdk team on github, but one of their member pointed out that one of my dependency may be consuming the data. he stated that If there are any callbacks listening for an HTTP stream's 'data' events, the stream will be consumed before the SDK can collect it into a buffer.

https://github.com/aws/aws-sdk-js/issues/1586

I am on node 6.x.x in production and node 7.9.x in development.

mike-kaufman commented 7 years ago

@replicat0r - get the latest version of glimpse (version 0.21.5). This issue should be fixed there.

First of all, amazing work! =) I have found glimpse to be immensely helpful and a incredible tool!

Thanks. Tell your friends. :)

mike-kaufman commented 7 years ago

dup of #113.

nikmd23 commented 7 years ago

Thanks for this report @replicat0r!

We'd love to have a chat with you about how you're using Glimpse, what's useful and what isn't. It shouldn't take more than 30 mins and there's no need to prepare in advance. If you're interested, just pick a time slot over at https://calendly.com/nikmd23/30min

Thanks!

avanderhoorn commented 7 years ago

Note, if you are using >= 21.5 and still have the issue let us know.