diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2020-12-05 00:32:53 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2020-12-05 00:32:57 +0100 |
commit | e2f703782404db36ca2909e89e79dc2ba9634b95 (patch) | |
tree | 7cec24fc6ac86037ca892886dcd33e52164e3aa3 /.clang-tidy | |
parent | 04bef80b42408f45d7838f9ef29f0e0553957475 (diff) |
C#: Fix multiple awaits to same signal result in connect error
Multiple calls to the same `await ToSignal` were resulting in
"signal already connected to slot" error because the custom
callable comparer was wrong. Comparing only the signal awaiter
handle is the correct way (it's unique for the target).
Diffstat (limited to '.clang-tidy')
0 files changed, 0 insertions, 0 deletions