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
After read the code, we can figure out: manticore.Client is not go routine safe, it's just a thin wrap on a net.Conn. We should build a pool of manticore.Client objects if we want
access manticore server concurrently. If manticore server restarted, the
connection will lost, and we must make sure manticore.Client reconnect afterwards.
No description provided.
The text was updated successfully, but these errors were encountered: