Zaar Hai

Results 89 comments of Zaar Hai

I think somehow in your case connections take long to reconnect. Regular parallel test in your case goes fine, but reconnect test does not. I can bump assert time to...

Good day, Sorry for the late response. The truth is I don't actively use momoko in any projects I'm responsible for, so this project is in maintenance mode unless someone...

Currently there are no plans to invest in ORM. You can apply Serializer approach - create SQL serialization for you models and then imply momoko.

Yes, I'm saying you can write/use independent sql generator and then use momoko to execute it. I'm using momoko to execute complex two-page long queries to database and stream back...

Thanks for that. Do you think it worth adding `psycopg2-binary` to [travis.yaml](https://github.com/FSX/momoko/blob/master/.travis.yml#L30) to verify that it indeed works?

Unittest reproduction: [patch.txt](https://github.com/FSX/momoko/files/370151/patch.txt)

You are right. However it looks like the issue is even deeper - if I call `Pool.close()` in the middle operation, the retry logic will reestablish the connection, so at...

Frankly I'm a bit swamped and hardly will get to work on it until middle next week. If you want to submit PRs with unittests for each of the issues,...

Can you post a complete example that illustrates the problem?

@hynek, I found some [here](https://github.com/crossbario/autobahn-python/tree/master/examples/asyncio/wamp/rawsocket) if you are still interested 3 years after :) @oberstet, any chance to graduate [ApplicationRunnerRawSocket](https://github.com/crossbario/autobahn-python/blob/master/examples/asyncio/wamp/rawsocket/runner.py) from examples into a mainline?