I have a similar suggestion to mirror this for Object variants:
socket.withObjectStreams { ois, oos -> ... }
This would make setting up proxy type objects over sockets very streamlined.
Description
Wii currently have:
socket.withStreams { input, output -> ... }
I have a similar suggestion to mirror this for Object variants:
socket.withObjectStreams { ois, oos -> ... }
This would make setting up proxy type objects over sockets very streamlined.