JetBrains / JetBrains/rd

Avoid duplicates in case of reconnection

Open
#69 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.