this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix goroutine leak in playback (#409)

This fixes the goroutine leak but im not confident it addresses the
event leak (the larger memory problem).

authored by

Whyrusleeping and committed by
GitHub
fadcc58e 7b8031e2

+1
+1
events/events.go
··· 167 167 cleanup := func() { 168 168 close(done) 169 169 em.rmSubscriber(sub) 170 + close(sub.outgoing) 170 171 } 171 172 172 173 if since == nil {