You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i found it, sphinx default is not persist connection, connection will close by server when done a query.
so, you should close client conn when it is not persist connection, or use client.Open() to use persist connection.
send two query in same conn will occur this error:
doRequest > just read 0 bytes into header!
like this:
will return err:
doRequest > just read 0 bytes into header!
The text was updated successfully, but these errors were encountered: