Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrise committed Apr 30, 2022
1 parent 518f47c commit 4178ad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion refs/core
Submodule core updated from 43ea84 to 1c8195
2 changes: 2 additions & 0 deletions src/Omnius.Axis.Engines/Implementations/NodeFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ protected override async ValueTask OnDisposeAsync()
_connectedAddressSet.Dispose();
_receivedPushContentLocationMap.Dispose();
_receivedGiveContentLocationMap.Dispose();

_nodeFinderRepo.Dispose();
}

public INodeFinderEvents GetEvents() => _events;
Expand Down

0 comments on commit 4178ad0

Please sign in to comment.