(err error)
| 3010 | } |
| 3011 | |
| 3012 | func (nerr *natsProtoErr) Is(err error) bool { |
| 3013 | return strings.ToLower(nerr.Error()) == err.Error() |
| 3014 | } |
| 3015 | |
| 3016 | // Send a connect protocol message to the server, issue user/password if |
| 3017 | // applicable. Will wait for a flush to return from the server for error |
no test coverage detected