Alexander Niederbühl

Results 4 issues of Alexander Niederbühl

When using ktor with a `requestStream` handler like this ```kotlin fun Application.module() { install(WebSockets) install(RSocketSupport) { server = RSocketServer() } routing { rSocket("stream") { RSocketRequestHandler { log.info("New subscriber") requestStream {...

When actions are instantiated from other modules for example ```tla s1 == INSTANCE step1 Next == \E task \in Tasks: \/ Cancel(task) \/ s1!Acquire(task) \/ s1!Release(task) \/ s1!WakeUp(task) \/ s1!Finished...

bug

As suggested in https://github.com/tlaplus/CommunityModules/issues/37#issuecomment-810576974 I tried using ALIAS to make `Host` and `Clock` from the ShiViz module appear in the error trace. While ALIAS works in principle, it seems to...

bug