Skip to content

Conversation

@christiansandberg
Copy link
Collaborator

Allow partial messages to be received
Fix DLC for remote frames
Add unit test

Fixes#444

Allow partial messages to be received Fix DLC for remote frames Add unit test
@codecov
Copy link

codecovbot commented Oct 2, 2018

Codecov Report

Merging #447 into develop will decrease coverage by 3.41%.
The diff coverage is 100%.

@@ Coverage Diff @@## develop #447 +/- ## =========================================== - Coverage 62.42% 59.01% -3.42%  =========================================== Files 55 55 Lines 4665 4672 +7 =========================================== - Hits 2912 2757 -155 - Misses 1753 1915 +162


if pos != -1:
readStr = self._buffer[0:pos].decode()
del self._buffer[0:pos]
Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: should be pos+1.

@hardbytehardbyte added this to the 3.1 Release milestone Oct 4, 2018
@christiansandbergchristiansandberg merged commit bf56c58 into hardbyte:developOct 6, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@christiansandberg@felixdivo@hardbyte