Skip to content

0.7.4 - Session-based fixes

Compare
Choose a tag to compare
@Rojods Rojods released this 12 Dec 09:05
· 139 commits to master since this release

This minor release fixes a couple strange errors introduced with the websocket implementation of sessions. Websockets have been dropped in favor of sessions based on hashing and caching, which makes it arguably more transparent. There could still be a couple of lingering bugs if decision models have are not distinguished adequately so that their hashes clash. A consequence of this is that the identification procedure can be properly parallelized once more.