justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

event call on writing a buffer? #69

Open drkhodakarami opened 8 months ago

drkhodakarami commented 8 months ago

Hi Is there an option to add a method to be called as event on second inter process when the inter process one is writing a buffer? in other words, how to continuously listen to the buffer and find when to read it? watch this video for an example of what i have in mind, take note, the second application does not know when the message is being sent and will be notified by an event https://www.youtube.com/watch?v=0LsaHiqK12A