https://isaacl.dev/g8h
https://isaacl.dev/g8h
Below, only Y will be observed with the former, but both X and Y with the latter. Rx is fun! https://stackoverflow.com/a/69877166/1768303
#dotnet...
Below, only Y will be observed with the former, but both X and Y with the latter. Rx is fun! https://stackoverflow.com/a/69877166/1768303
#dotnet...
I settled on extension method wrappers, which re-throw unhandled exceptions asynchronously using the same semantic as `async void`.
#dotnet #reactivex #rxnet...
I settled on extension method wrappers, which re-throw unhandled exceptions asynchronously using the same semantic as `async void`.
#dotnet #reactivex #rxnet...
Neither AsyncSubject nor ReplaySubject(bufferSize: 1) does that.
Neither AsyncSubject nor ReplaySubject(bufferSize: 1) does that.
https://stackoverflow.com/questions/74001491/how-cancel-a-debounced-rx-event-a-if-a-different-event-b-has-occured
#dotnet #rxnet https://twitter.com/noseratio/status/1578368261808214016
https://stackoverflow.com/questions/74001491/how-cancel-a-debounced-rx-event-a-if-a-different-event-b-has-occured
#dotnet #rxnet https://twitter.com/noseratio/status/1578368261808214016
I need to cancel a debounced event A if a different event B occurs. E.g., ignore a pressed keyboard key if a mouse button was clicked.
I can do that with Select/Switch/TakeUntil. Is there a better / standard approach for this (I say) quite common case?
I need to cancel a debounced event A if a different event B occurs. E.g., ignore a pressed keyboard key if a mouse button was clicked.
I can do that with Select/Switch/TakeUntil. Is there a better / standard approach for this (I say) quite common case?
Below, I could turn each event subject into a Task and used Task.WhenAny instead of Merge (I still prefer the latter).
In other cases I do filtering, throttling, debouncing on a merged stream of events.
#rxnet #dotnet #reactivex
Below, I could turn each event subject into a Task and used Task.WhenAny instead of Merge (I still prefer the latter).
In other cases I do filtering, throttling, debouncing on a merged stream of events.
#rxnet #dotnet #reactivex
#csharp #dotnet #rxnet
📊 n/a
🏢 Linux
📝 In the Linux kernel, the following vulnerability has been resolved:
rxrpc: Fix call removal to use RCU safe deletion
Fix rxrpc call removal from the rxnet->c...
🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-25535
#cybersecurity #infosec #cve #euvd
📊 n/a
🏢 Linux
📝 In the Linux kernel, the following vulnerability has been resolved:
rxrpc: Fix call removal to use RCU safe deletion
Fix rxrpc call removal from the rxnet->c...
🔗 https://euvd.enisa.europa.eu/vulnerability/EUVD-2026-25535
#cybersecurity #infosec #cve #euvd