mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-11 09:00:48 +02:00
updated go deps
This commit is contained in:
@@ -276,7 +276,7 @@ func (c *DefaultClient) Send(m Message) {
|
||||
return
|
||||
}
|
||||
|
||||
// gracefully handle panics since channel close is not blocking and could cause races
|
||||
// "gracefully" handle panics since channel close is not blocking and could cause races
|
||||
defer func() {
|
||||
recover()
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user