mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 08:04:14 +01:00
bind interaction to module
This commit is contained in:
parent
feb3cf328f
commit
54dd0b0f6e
4 changed files with 10 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
|||
|
||||
namespace MareSynchronosServices.Identity;
|
||||
|
||||
internal class IdentityHandler
|
||||
public class IdentityHandler
|
||||
{
|
||||
private readonly ConcurrentDictionary<string, ServerIdentity> cachedIdentities = new();
|
||||
private readonly ConcurrentDictionary<string, ConcurrentQueue<IdentChange>> identChanges = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue