| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
3a239c5336
|
message registry buffer size limit #5582 (#5603) | 1 year ago |
|
|
acd7e86430
|
add a buffer to message delivery so that clients wh subscribe within a window can receive (#5543)
sometimes a client will subscribe but the message it was hoping for is already published and delivered to one of its peers but it missed it. this adds a five second (default) buffer and will deliver buffered messages to new subscribers. messages are removed from the buffer after 5 seconds --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> |
1 year ago |
|
|
ff7f863e73
|
Improve e2e integration tests and isolate tests from other things; includes patch to Serializer (#5497)
* integration tests used to use the samples - now they are separate * patch dictionary problem in serializer * add Message Registry with dead letter queue that gets checked on new subs. |
1 year ago |