Skip to content

Commit

Permalink
Remove completed TODO
Browse files Browse the repository at this point in the history
House-keeping
  • Loading branch information
NZSmartie committed Mar 19, 2018
1 parent 2e3be87 commit a1a9861
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CoAPNet/CoapBlockStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ public override async Task WriteAsync(byte[] buffer, int offset, int count, Canc

_writer.Enqueue(buffer, offset, count);
_writerEvent.Set();

// TODO: Throw exception if stream ended prematurely?
}

/// <inheritdoc/>
Expand Down

0 comments on commit a1a9861

Please sign in to comment.