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

fix: implementing the interface net.Conn #20

Merged
merged 1 commit into from
Jan 29, 2020
Merged

Conversation

shaneing
Copy link
Contributor

Throw nil pointer error when invoking method SetReadDeadline or
SetWriteDeadline of PipeConn. The reason is that PipeConn has no
implement interface net.Conn.

Throw nil pointer error when invoking method `SetReadDeadline` or
`SetWriteDeadline` of PipeConn. The reason is that PipeConn has no
implement interface `net.Conn`.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 363

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.258%

Totals Coverage Status
Change from base Build 359: 0.0%
Covered Lines: 653
Relevant Lines: 775

💛 - Coveralls

@haraldh haraldh merged commit a4b3f17 into varlink:master Jan 29, 2020
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

Successfully merging this pull request may close these issues.

None yet

3 participants