Stormancer / plugins

Open source plugins for Stormancer applications
MIT License
1 stars 2 forks source link

GetBlockedList fails when calling it with duplicated ids. #10

Closed jmderuty closed 1 week ago

jmderuty commented 1 week ago

When calling FriendService.GetBlockedlists with duplicate ids in the list of user ids passed as argument, an exception occurs in the method (duplicated index when calling Dictionary.Add)