gitea/modules/eventsource
zeripath 8e32eeb5de
Hold the event source when there are no listeners ()
* Hold the event source when there are no listeners

The event source does not need to run when there are no listeners. Therefore
pause it when there are none.

* add some more logging

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
event.go Migrate to use jsoniter instead of encoding/json ()
event_test.go Add EventSource support ()
manager.go Hold the event source when there are no listeners ()
manager_run.go Hold the event source when there are no listeners ()
messenger.go Add EventSource support ()