Nitromelon

Results 50 comments of Nitromelon

Here is the reason why there isn't sync interfaces for redis in drogon. In drogon, sync interfaces for pg and mysql are simulated by using async interfaces with a blocking...

#1216 What about this solution?

The listen/notify functionality is easy to realize. The two major problems are: - How to maintain listening state after re-connection - How to store and match the callback function. Postgres...

A transaction will rollback automatically on any query failure.

We could add a `setAutoCommit(bool)` method to make the Transaction commit or rollback in destructor. In the meantime we should uncomment the `commit()` method to let user commit manually. There...

Looks like something regarding history route mode. Try capture all path to your app entry point?

functions for FastDbClient not implemented yet.

TODOS: 0. Forgot to handle concurrent query!!! 1. Need to handle LISTEN query failure caused by too many queued quries. 2. LISTEN and NOTIFY commands don't take parameter placeholders ($1),...

Drogon is having problems exiting correctly now. The lost memories should be because of that. We will work on it. Thanks very much for your report.

Should be ok after #1250. Could you test it on your machine?