tejacques / callr

A SignalR Utility Library (js and csharp)
MIT License
7 stars 0 forks source link

Flush queue disconnect behavior incorrect #4

Closed tejacques closed 10 years ago

tejacques commented 10 years ago

It can currently disconnect even while other requests are being flushed. It should track in flight flushes to ensure that we only close when there is nothing in flight.