You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/eventsource
zeripath 8e32eeb5de
Hold the event source when there are no listeners (#15725)
* 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>
3 years ago
..
event.go Migrate to use jsoniter instead of encoding/json (#14841) 3 years ago
event_test.go Add EventSource support (#11235) 4 years ago
manager.go Hold the event source when there are no listeners (#15725) 3 years ago
manager_run.go Hold the event source when there are no listeners (#15725) 3 years ago
messenger.go Add EventSource support (#11235) 4 years ago