-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messages not being relayed #305
Comments
On reconnecting, a flood of replaying, likely also #302 |
This is the reconnecting issue, while reconnecting messages can not be send. |
Can we re-open this? Even with the reconnecting issue fixed, it seems with the latest matterircd there are periods where no messages are relayed / received. |
logs please |
@hloeung , are you using matterircd behind a bouncer, like ZNC? |
@42wim , I think we may have a high severity issue here heheh I saw the following pattern after the problem started:
After that, only 3 types of messages got logged: ping/pongs, /who commands to channels (a lot of them) and message that I sent, like below:
The above message reached his destination, although the response from the foo user I could only see in the web client. I'm running now matterircd from August, 19th as a fallback - let me know if you need more logs, or want me to grep something in the logs. Also, I'm on freenode as usual. Thanks in advance =) |
No, straight irssi connected directly to the matterircd instance. Thanks for adding details. |
Hey @42wim , running master with your pong commit (built this morning), I got the following: `time="2020-08-25T19:52:24+02:00" level=debug msg="Executed &irc.Message{Prefix:(*irc.Prefix)(nil), Command:"MODE", Params:[]string{"#town-square"}, Trailing:"", EmptyTrailing:false} " module=matterircd goroutine 40 [running]: I'm not sure if it's a patch bug or if it's a clue on some connection problem. |
Just a heads-up on how this is evolving: using matterircd master one should not experience the "stalls" (not relayed messages), but I face multiple reconnects in 24h (more than 130) - so I'm using a version before commit 15b76.
|
Looks good to me too, haven't seen any periods of "stalls" / messages not being relayed via IRC. Thanks @42wim |
Hi,
This might be similar to #296, using the latest matterircd built from commit a1ab35c, every now and again messages are not relayed. On typing something, it then triggers a bunch of replayed as well as:
Is this some kind of idle timer automatically setting myself to away mode?
The text was updated successfully, but these errors were encountered: