e271828-

Results 39 comments of e271828-

We saw frequent panics due to reset connections when running many gosyncs in parallel. This seems like a drastic response to a connection being dropped.

@crazycodr You're welcome to use my repo, but this project appears to be unmaintained. @ztombol has not been active on GitHub for over 18 months.

@davidfaber do you have an example site or minimal repro of this?

> Please post the library in the discussion under #2. I don't think it's a good idea to officially endorse it seeing that it was only created a few days...

@shubhamranjan PRs welcome to this repo as well.

@alimardani94 on master? any more details?

@flamber / @jeff-bruemmer do you have an ETA for merging this? We'd very much like it to be part of the official repo.

@thrawn01 Are your rate limits not shared across regions, then?

Sounds interesting, look forward to taking a look!

@lkraider The only version of this that worked for me to pass context into a custom type with 2.0.1 was: ` obj.to_primitive(context={'app_data':{'key': 'val'}}) ` By comparison: ``` obj.app_data = {'key':...