Levi Corcoran

Results 7 comments of Levi Corcoran

It's less elegant than a full SSE implementation, but as part of #323 it should be trivial to implement an automatic refresh on a configurable timer, with the client re-polling...

Just FYI I'm taking a crack at this and hope to submit a PR, but am partially blocked by uncertainty regarding the timing of changes for #323... don't want to...

We're also hitting a panic with an app using cgo; I'm not very familiar with dwarf so I'm not sure where to start with the 'hardening' of the parser. Any...

@lionelbarrow - I'm not sure if you've had a chance to play around with the refactoring to accommodate idle connections during shutdown yet, but I suspect your changes there may...

Actually that workaround isn't safe, as it could cause `wg` to go negative; obviously we don't know if a call to `FinishRoutine()` is from a 'post-close reactivated idle conn' that...

Thanks for the feedback - I totally understand the desire to keep Mono compatibility; that's why I figured I should ask. Unfortunately the only managed implementations of Snappy I've seen...

I don't think any changes to NSQnet are necessary here. If connection counts are a concern then the suggestion l0hn gave is the only feasible route given NSQ's protocol; a...