@@ -86,6 +86,7 @@ func (s *server) Serve() error {
// If it does, we only read a truncated packet, which will then end up undecryptable
n,remoteAddr,err:=s.conn.ReadFrom(data)
iferr!=nil{
_=s.Close()
returnerr
}
data=data[:n]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.