You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if there was additional explanation in the README to give the rationale behind the various features. I can figure out what they do, but it's hard to know "why" I would use it.
The text was updated successfully, but these errors were encountered:
… to develop
* commit '89926c6831ecf61ce605fe063bb61fd133892a5a':
Add parameter descriptions.
Fix spelling error and add 100% Javadoc.
Fix connection in startMessager to be a blocking call. Add manual tests.
Add Javadoc.
Move allowSelfSubmit above isConnected.
Add a package private default messager update thread to add simpler constructors for KryoMessager.
Add factory test.
Convert constructors to static methods with names.
⬆️ ihmc-commons to support tools created for this PR, format build.gradle
Switch to use ihmc-commons ExceptionTools.
Use ExceptionTools from ihmc-commons.
Use ihmc-commons Notification class.
Clean up KryoAdapter so there's never more than one lambda in a line because that's super confusing.
First working draft of KryoMessager with test.
Clean up KryoAdapter and get KryoAdapter and KryoDethreadedTest running smoothly.
Isolated Kryo and Messager tests.
Line coverage: 80%, Mutation coverage: 53% for SharedMemoryMessager.
Add MessagerTest and KryoMessager.
Would be nice if there was additional explanation in the README to give the rationale behind the various features. I can figure out what they do, but it's hard to know "why" I would use it.
The text was updated successfully, but these errors were encountered: