
30 Dec
2016
30 Dec
'16
11:16 a.m.
Hi,
tl;dr: I want to create a wire which outputs a stream of 'q's when the letter Q is pressed and a stream of 'a' when the letter A is pressed. What I wrote is not working and I suspect I am not using mkGen_ correctly.
could you show us the source code of your event wires? I suspect that this is not a Netwire issue at all, but an issue of one of the event wires draining the MVar, so the other one never actually sees a full MVar. Greets, ertes