EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 415 forks source link

API for polling a non-blocking RMI RemoteObject #129

Closed patrikturi closed 6 years ago

patrikturi commented 7 years ago

hi, It would be useful to have an API to poll a non-blocking RemoteObject if it has received the return value already. I think you can only call waitForResponse(id), but you don't know if the return value of the Response has been received yet or not. If it wasn't received yet, the call will block. What do you think on this?

NathanSweet commented 6 years ago

Sounds good to me!