Wulf2k / DaS-PC-MPChan

77 stars 30 forks source link

Weird IRC Server behaviour #17

Closed Chronial closed 8 years ago

Chronial commented 8 years ago

Might there be something wrong with the IRC Server, or is that intended behavior:

I logged in with my IRC client to have a look and noticed, that I receive updates quite irregularly, and in massive blocks. The intervals between the updates range from 10 seconds to over a minute.

Wulf2k commented 8 years ago

It's actually an issue with my threading code on the clients.

They all get hung up on the read from the server, so they won't report until they get some input to move past it. I assumed the ping on the server would be randomly timed among the clients, causing enough communication to make it work close enough to how it should until i found time to fix it.

Instead they all appear to have synced up. On May 2, 2016 10:20, "Chronial" notifications@github.com wrote:

Might there be something wrong with the IRC Server, or is that intended behavior:

I logged in with my IRC client to have a look and noticed, that I receive updates quite irregularly, and in massive blocks. The intervals between the updates range from 10 seconds to over a minute.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/Wulf2k/DaS-PC-MPChan/issues/17

Wulf2k commented 8 years ago

I'll test this tonight before closing it but this should be fixed in your latest addition, right?

Chronial commented 8 years ago

Yes, #21 should have fixed this.