commit | 799742a77b99043dee7842c1e6aec1f9111068b2 | [log] [tgz] |
---|---|---|
author | Cla Mattia Galliard <cla-mattia.galliard@zuehlke.com> | Wed Mar 19 13:34:26 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Mar 21 14:18:08 2025 +0100 |
tree | f5dc9b04bc60e89af710110a1a11a24cbcf086b9 | |
parent | e2344739ace248fd024aaee79a67a925f34525a3 [diff] |
net: sockets_service: Always clear old events when registering Clear all previous events when register is called a second time. This is the same behavior as before, if the call happens with `len` equal or greater then the previous call but in the case if `len` is less then the first call, now, all events are cleared. This is more predictable behavior. Signed-off-by: Cla Mattia Galliard <cla-mattia.galliard@zuehlke.com>