BluffinMuffin / Client

C# Client that implements BluffinMuffin.Protocol
http://ericmas001.github.io/BluffinMuffin.Client
MIT License
1 stars 1 forks source link

WaitForResponse #8

Open Ericmas001 opened 8 years ago

Ericmas001 commented 8 years ago

Instead of blocking the thread and wait for specific response, we should add the expected response to a list with a OnReception delegate, and continue to live while waiting