• Steven Allen's avatar
    session: buffer some request channels · 8454ba00
    Steven Allen authored
    We're not using these synchronously so we can buffer them a bit to avoid
    blocking quite as much.
    
    This also combines all incoming channels into a single one to ensure all
    operations are processed in-order. This might be overkill bit it makes reasoning
    about this a bit simpler.
    8454ba00
session.go 9.44 KB