groovy

It would be useful to have a DGM Socket.withObjectStreams to complement Socket.withStreams

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.1-beta-1
  • Fix Version/s: 1.1-beta-2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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.

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: