hikalkan / scs

TCP Server/Client Communication and RMI Framework
MIT License
225 stars 112 forks source link

async methods #7

Open furesoft opened 9 years ago

furesoft commented 9 years ago

add asynchronus methods like SendMessageAsync with Task parallel library

hikalkan commented 9 years ago

That can be a good enhancement. Thanks.

furesoft commented 9 years ago

then its easier to wait for reply;

await SendMessageReplyAsync(...);