Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1-beta-1
-
None
-
None
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.