Chris Duranti

Results 8 comments of Chris Duranti

@mmahkamov any progress with the 1008c?

I still see this happening with hackney `1.12.1`. It definitely seems to be a race condition, as it happens sometimes. One thing I don't understand from `d4c4f3930d633a675a4224eb76149646c1e6cd74` is that the...

I've got two traces, one where it works and one where it crashes. This is part of the working trace that differs from the broken one. ``` 13:20:52:826799 ()

Just going to leave a comment here if anyone else encounters this behavior: the reason for this seemed to be calling `stream_next` twice in a row without waiting for an...

I mean in my app code, I was accidentally calling stream_next twice without receiving a message, yes. A snippet probably won't be super useful, because there is some complexity about...

Hi, sorry for the late reply. Where's that code snippet from? Is that from the other library called [soda-py](https://github.com/xmunoz/sodapy)? They're different projects, and I definitely understand that confusion. It's something...

This is a pretty big shortcoming. Fortunately just a shortcoming of the library and not the API. I was thinking we'd have to move to a different cloud provider. It...

Seems like wrapping xhr at the application level and then hooking that to some sort of queue backed by choo-persist could be interesting. It'd be really cool if this wasn't...