Closed
Description
Hi,
I open this issue to request the ability to compose multiple WebhookBot together in a single server/bot.
It should be possible by just composing the HttpApp + setWebhook requests.
The scenario where this is useful is when multiple bots have to be deployed on a single server that exposes a single ip:port pair.
There's a workaround/hack that consists of using Http4s routing and implements a reverse proxy applying different ports to each bot, but would be cool to have this available through the library itself. Otherwise, a BindException
will be thrown.
Metadata
Metadata
Assignees
Labels
No labels