Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Implement round-trip recognition #39

Open
2 of 6 tasks
simnalamburt opened this issue Jan 1, 2017 · 1 comment
Open
2 of 6 tasks

Implement round-trip recognition #39

simnalamburt opened this issue Jan 1, 2017 · 1 comment
Assignees

Comments

@simnalamburt
Copy link
Member

simnalamburt commented Jan 1, 2017

Indicate that the transfer is completed when the message finishes the round-trip.

TODOs

  • lines: List Line -> lines: Array Line → Not going to do it
  • Remove LineStatus type from Line → Not going to do it
  • 지금 새 메세지 들어올떄마다 list ++ [ new ] 이렇게 하고있는데 이거 new::list 로 고치기
  • TransmissionStatus: Dict Int LineStatus 타입 생성
  • Rename: ReceiveLine -> ReceivePayload
  • ReceivePayload 에서 Session으로 비교하여 TransmissionStatus 업데이트하는 코드 넣기
@simnalamburt simnalamburt self-assigned this Jan 1, 2017
@simnalamburt
Copy link
Member Author

I'm working on it at mqtt branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants