Skip to content
  • Kenneth Shaw's avatar
    Fix concurrency issues · 8e0a1668
    Kenneth Shaw authored
    Intermittent timeouts on certain channel reads can occur, and not catch
    when a context has been closed causing hangs and other potential issues.
    
    This adds additional checks for when a context has been closed in a
    first pass at fixing the fundamental issue.
    
    Additionally, gets rid of the `raw{Marshal,Unmarshal}` calls, and
    updates LICENSE.
    8e0a1668
This project is licensed under the MIT License. Learn more
Loading