use typed actors (#12)

* initial typed actor impl
* fix sending response on ask
This commit is contained in:
2020-12-04 11:45:23 +03:00
committed by GitHub
parent 2e16a8c1fa
commit 8d516cdb15
77 changed files with 849 additions and 700 deletions

View File

@ -54,12 +54,6 @@ me.arcanis.ffxivbis {
port = 8000
# hostname to use in docs, if not set host:port will be used
#hostname = "127.0.0.1:8000"
# rate limits
limits {
intetval = 1m
max-count = 60
}
}
default-dispatcher {