a
a
you're correct, it's for when the reverse proxy is on the same host. it's a rather common pattern to have one reverse proxy per process. there are a few reasons...
> We discussed this a while back, and think the change is basically fine. > > However, there were some implementation details that we'd like to be changed. Unfortunately, seems...
@mholt do you want me to keep updating the branch and making sure things are good, or should i wait you to tell me its back on your docket
@mholt sounds good thank u. excited for 2.8! we have been super happy with caddy in production with the new fs directive
@mholt hi, i'm trying to implement the `fs` directive, but need some help/input on my solution context - i have a plugin that can use multiple archives/directories from remote/local sources,...
it would be useful to get the pprof goroutine trace if possible when this happens to your node. `--prof --pprof.port=6060 --pprof.addr=0.0.0.0` and then go to http://node-ip:6060/debug/pprof and download the "full...
update: ``` goroutine 44 [chan send, 97 minutes]: github.com/ledgerwatch/erigon/turbo/rpchelper.(*Filters).OnNewTx(0xc063ebba00, 0xc07d3cb000) github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:580 +0x171 github.com/ledgerwatch/erigon/turbo/rpchelper.(*Filters).subscribeToPendingTransactions(0xc000df7a00?, {0x1e22b68, 0xc000df7a00}, {0x1e2ba80, 0xc05e435df0}) github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:216 +0x125 github.com/ledgerwatch/erigon/turbo/rpchelper.New.func3() github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:132 +0x95 created by github.com/ledgerwatch/erigon/turbo/rpchelper.New github.com/ledgerwatch/erigon/turbo/rpchelper/filters.go:125 +0x48a ``` another one,...
> Why is this issue still open? That's worrying so i fixed one cause by redoing the subscriptino engine, but it seems there is still something else ? @WyseNynja is...
this happens to me too with tsx. it works fine with ts-node. node v21.1.0 `node --import tsx --loader @wessberg/di-compiler/loader src/app.ts `
> btw, does someone use this lib in production? is this project still alive at all? we use it in production ( we compile when we run, so not running...