Avoid duplicates in case of reconnection
Open
- Dominant language
- C#
- Stars
- 417
- Forks
- 62
- Avg merge
- 9h 15m
- Merged PRs (30d)
- 7
Description
`Test.RdFramework.SocketWireTest.TestDisconnect` test may fail because it expects to receive `1, 2, 3, 4, 5, 6` in `RdSignal` on server side, but due to asynchronous acknowledgement some values may be duplicated when connection dropped before server acknowledge received values.
Maybe it is expected behavior for `RdSignal`, but not sure that for `RdProperty` too. Currently, test fails even with `RdProperty` (but not with `RdList`, so I added the similar test with `RdList`)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.