Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

v1.1.3 - Minor Fixes

Compare
Choose a tag to compare
@ivantopo ivantopo released this 06 May 14:24
· 105 commits to master since this release

Fixes

  • There was a memory leak happening when a PinnedDispatcher was created/shutdown several times. This was reported on #48 and fixed by @mladens via #49.
  • There was a small update to the way in which an Actor's class name was being picked up, which previously would produce many actor class names as TypedCreatorFunctionConsumer instead of the actual actor class. This was contributed by @ivantopo via a2b0a12