Hi Pierre,
Yes everything you have here looks good. One thing to note, in your Write method, the call to putn is asynchronous so it might not actually be completed by the time you return and you probably want to handle any exceptions from that write operation. You mention this is the simplified version so perhaps you already are.
Steve
Yes everything you have here looks good. One thing to note, in your Write method, the call to putn is asynchronous so it might not actually be completed by the time you return and you probably want to handle any exceptions from that write operation. You mention this is the simplified version so perhaps you already are.
Steve