bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 113 forks source link

Use a sliding buffer for devcard-event-chan? #133

Closed vemv closed 6 years ago

vemv commented 6 years ago

Hi!

Today I was greeted with the following, first time ever for me:

image

Coincidentally I got another of those very recently but for a channel of mine. I fixed it by changing a plain (chan) to a (chan (sliding-buffer n)).

Does it sound like an adequate improvement in your case?

Cheers - Victor