summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-12-04 11:40:13 +0000
committerSteven Shaw <steshaw@apache.org>2006-12-04 11:40:13 +0000
commit32a087d3897367574cff89a0f1c04b4bfef2b694 (patch)
tree608c602f8804662d522a2cfd08729b4021595f7b
parent270b49b0792f3bffed7c870fa7a03c20f060adcf (diff)
downloadqpid-python-32a087d3897367574cff89a0f1c04b4bfef2b694.tar.gz
Rearrange in order of priority. Removed item for implementing basic.get (the Java client doesn't have it either and AMQP 0.9 will bring changes in this area).
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482145 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--dotnet/TODO.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/dotnet/TODO.txt b/dotnet/TODO.txt
index a8155ce297..c553405c1a 100644
--- a/dotnet/TODO.txt
+++ b/dotnet/TODO.txt
@@ -5,9 +5,7 @@
* SSL. SSLStream composed over NetworkStream.
-* Implement a Async IO socket transport.
- Compare against blocking socket transport and configure default appropriately.
-
* support multiple versions of AMQP from the same client.
-* Blocking receive i.e. Basic.Get
+* Implement a Async IO socket transport.
+ Compare against blocking socket transport and configure default appropriately.