Expose ResetHandlers()
@ -274,6 +274,10 @@ func Handle(path string, handler func(Event)) {
DefaultEvtStream.Handle(path, handler)
}
func ResetHandlers() {
DefaultEvtStream.ResetHandlers()
func Loop() {
DefaultEvtStream.Loop()
The note is not visible to the blocked user.