SubverseIM / Subverse.NET

An example implementation of the Subverse Network written in C# .NET for Core v8.0+
https://subverse.network
The Unlicense
4 stars 1 forks source link

[bug/server] PersistentMessageQueue does not properly index multiple messages by key #10

Closed SubverseIM closed 7 months ago

SubverseIM commented 7 months ago

The implementation of IMessageQueue provided by #8 and revised in #9 does not meet all of the requirements set forth in #1.

The PersistentMessageQueue class must be revised to allow multiple messages with the same "key" to be stored in the backing database.