vibed services stop response after several days of work
crimaniak via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Sep 5 07:24:46 PDT 2017
On Tuesday, 5 September 2017 at 13:51:40 UTC, Sönke Ludwig wrote:
> The error is most likely caused by issuing two requests to the
> MySQL server from two different tasks on the same connection.
> Usually, mysql-native uses a connection pool to avoid this, but
> that could have been circumvented by accident.
In this case, you have `Data is pending on the connection. Any
existing ResultRange must be consumed or purged before performing
any other communication with the server.` usually.
More information about the Digitalmars-d-learn
mailing list