commit 9879fe3dfc4a63f90fb6ce85f76ada5a3db715b6 parent e71dbbf9c70a98a1c34508dee33e941fd40cdab4 Author: Matsuda Kenji <info@mtkn.jp> Date: Tue, 24 Oct 2023 17:01:50 +0900 add setError to rAttach Diffstat:
| M | server.go | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/server.go b/server.go @@ -253,6 +253,7 @@ func sAttach(ctx context.Context, s *Server, r *Req) { func rAttach(r *Req, err error) { if err != nil { r.srv.fPool.delete(r.ifcall.(*TAttach).Fid()) + setError(r, err) } }