rolandweber / Pityoulish

A collection of programming/debugging exercises to support a course on Distributed Systems.
Creative Commons Zero v1.0 Universal
7 stars 0 forks source link

Java RMI: print success messages #49

Closed rolandweber closed 7 years ago

rolandweber commented 7 years ago

The Java RMI client and outlet programs should print success messages after operations that have no other output, like "return ticket" or "put message". Lesson learned from #48.

Not a problem for the sockets client, because that always prints the TLVs which are sent and received.