Bot got error broken pipe after replying at certain concurrent #2087
Replies: 1 comment 7 replies
-
Its probably hitting some kind of limit. If you add a log tag something like |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a bot that have a job to reply every client that Privmsg to him, and modifying the message with necessary data for our frontend to process,
but when we tried to run with 100 client that send msg to the bot these happens:
" ERROR write tcp 192.168.187.46:51595->13.xxx.xxx.xxx:6667: write: broken pipe : failed to send private message to idn-a771932f-ff1c-47fe-8683-acebb9a20b2a99-1710999968315 with message {"user" ... "
my question is it any configuration that made this thing happen?
here's my config
Thank you
Beta Was this translation helpful? Give feedback.
All reactions