Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong error message: #24

Open
ID453543435 opened this issue Sep 2, 2017 · 0 comments
Open

wrong error message: #24

ID453543435 opened this issue Sep 2, 2017 · 0 comments

Comments

@ID453543435
Copy link

System information

Gexp version: gexp version
OS & Version: Windows/Linux/OSX
Commit hash : (if develop)

Expected behaviour

Actual behaviour

Steps to reproduce the behaviour

wrong error message:
\rpc\server.go:441
requests[i] = &serverRequest{id: r.id, err: &methodNotFoundError{r.method, r.method}}
must be
requests[i] = &serverRequest{id: r.id, err: &methodNotFoundError{r.service, r.method}}

Backtrace

[backtrace]
ldcc added a commit to gitter-badger/go-hiverium that referenced this issue Jul 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant