rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

WarmResumeManager Unittests + Bugfix #816

Closed somasun closed 7 years ago

somasun commented 7 years ago

When a large frame (larger than the cache size) was received, the firstSentPosition wasn't reset appropriately. Fix it.

Add a suite of unittests.