woodsaj all time


 0 Collaborator

 2 Patch
c67e2e740adf971a02176b4c2609b79a3832ee85, a4051028e53fdf9bfb04dc1530d4742deb96e33e

c67e2e740adf971a02176b4c2609b79a3832ee85 | Author: woodsaj <anthony@monkey.id.au>
 | 2016-03-09 02:29:17+08:00

    add myself to authors file

a4051028e53fdf9bfb04dc1530d4742deb96e33e | Author: woodsaj <anthony@monkey.id.au>
 | 2016-03-09 02:20:23+08:00

    close call.timeout to prevent deadlock. fixes #664
    
    if a successful response is recieve at the same time as the 10th
    timeout, a deadlock can occur if succesfull response is read
    from the response channel before closeWithError send an error
    of response channel. By closing the call.timeout after reading
    from the response channel we can avoid this deadlock.