-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
Can you update your existing codebase to include my changes after I merged your previous pull request #1 to avoid merge conflicts? Also, do update the documentation in README.md. I did it for you the previous time but please try to do it this time. |
new function description add
i have updated README.md i have add one function, other code was not changed. Why i have got merge conflicts? 0_0 `public func readUntilBytes(stopBytes: [UInt8], maxBytes: Int) throws -> [UInt8] {
` |
please check merge. |
I have some changes I suggest you should make before I merge. I trust your code logic is correct.
Move
|
Received byte with value 0x0D becomes 0x0A bug fixed |
Err, I've been reluctant to check you pull request as you keep modifying it. Once you are done, can you squash your commits into one to make review easier? |
squash fail. Created new pull request |
func readUntilBytes(stopBytes: [UInt8], maxBytes: Int) throws -> [UInt8]
reads bytes until bytes was found or maxBytes count received