diff options
Diffstat (limited to 'python/hello-010-world')
| -rwxr-xr-x | python/hello-010-world | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/hello-010-world b/python/hello-010-world index 8c98170873..83e7c87675 100755 --- a/python/hello-010-world +++ b/python/hello-010-world @@ -38,6 +38,12 @@ print m3 m4 = ssn.incoming("test").get(timeout=10) print m4 +print ssn.sender._completed, ssn.sender.next_id +ssn.sync(10) +print ssn.sender.segments + +ssn.channel.session_flush(completed=True) + ssn.message_accept(RangedSet(m1.id, m2.id, m3.id, m4.id)) print ssn.queue_query("testing") |
