BHandle

Results 5 issues of BHandle

With the rc versions of the library, the new ThrowInfiniteSeparators is being thrown for even simple plots if axes are hidden. This is because _stepCount is modified in Invalidate, but...

Fixes three cases where logic can flag that internal changes are being made to ChartElement objects and escape the scope without reverting the _isInternalSet flag. I was actually encountering this...

In recent versions (I'm unsure when it started), WPF performance has degraded severely anytime charts need updating, even below V0 performance. Thinking I had somehow broken something or had tuned...

requires more research

This modifies the disconnect behavior of a Client in the following ways: * adds a WhenDisconnected event that allows the creator to react to the Server closing. * KeepAlive pings...

Previously, the KeepAlive pings could cause serialization errors by injecting data in-between a write header and payload. This would cause the receiving reader to receive data that was prefixed by...