good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1c415364 authored by a's avatar a
Browse files

fix 2

parent 411aa204
No related branches found
Tags v0.0.26
No related merge requests found
......@@ -125,7 +125,9 @@ func (w *ResponseWriterMsg) Send(args any, e error) (err error) {
return nil
}
w.msg = cm.response(args)
close(w.notifications)
if w.notifications != nil {
close(w.notifications)
}
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment