tralafiti

Results 6 comments of tralafiti

I'm seeing this, too: ``` 2022/03/02 18:13:26 server: session#12: Client version (1.7.7) differs from server version (v1.7.7) ``` Server is using the docker image: ``` docker run --rm -it jpillora/chisel...

New corp has to allow map invites, see #787

You can also find some more Dockerfiles in my repo https://github.com/tralafiti/pathfinder Sadly didn't have time to move this into it's own repo / publish pre-build packages and it still uses...

If I see it correctly, the new `Stopping` event is only sent when poisoning, but not in other cases where the actor would receive a `stopped` event? So there are...

For example if something panics within your actor, you receive a `Stopped` but no `Stopping`.