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 was using QdrantClient with gRPC, at the end of my script the node.js process hangs forever.
Here there is small script to reproduce it (also as a gist).
This happens in the rest client as well if you try to create a collection which already exists. Nodejs exits - even if you put your statement in a try / catch.
For now I check if the collection already exists before trying to create it.
I was using
QdrantClient
with gRPC, at the end of my script the node.js process hangs forever.Here there is small script to reproduce it (also as a gist).
The text was updated successfully, but these errors were encountered: