Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pymilvus/client/async_grpc_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def __exit__(self: object, exc_type: object, exc_val: object, exc_tb: object):
pass

async def close(self):
self.deregister_state_change_callbacks()
await self._async_channel.close()
self._async_channel = None

def _setup_authorization_interceptor(self, user: str, password: str, token: str):
keys = []
Expand Down