Skip to content
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

Standalone lag issues #13

Open
WizardCM opened this issue Jan 5, 2013 · 3 comments
Open

Standalone lag issues #13

WizardCM opened this issue Jan 5, 2013 · 3 comments

Comments

@WizardCM
Copy link
Member

WizardCM commented Jan 5, 2013

Server says you're lagging even when you're clearly not.

  • PONG :LAG436041856
  • PONG :LAG466074764
  • PONG :LAG496118452
  • PONG :LAG526156600

[INFO] [BukkitIRCd] IOException on socket connection: java.net.SocketException: Socket closed
[INFO] [BukkitIRCd] Cleaning up connection from HAXOR!Chris@blabla.com (client quit)
[INFO] [BukkitIRCd] Lost connection from HAXOR!Chris@blabla.com

@Lunaphied
Copy link

The one time I tried to test this I noticed that it didn't seem to
recognize the PING from my client. Never had that issue before.

On Fri, Jan 4, 2013 at 11:20 PM, Matt Gajownik notifications@github.comwrote:

Server says you're lagging even when you're clearly not.

  • PONG :LAG436041856
  • PONG :LAG466074764
  • PONG :LAG496118452
  • PONG :LAG526156600

[INFO] [BukkitIRCd] IOException on socket connection:
java.net.SocketException: Socket closed
[INFO] [BukkitIRCd] Cleaning up connection from HAXOR!Chris@blabla.com(client quit)
[INFO] [BukkitIRCd] Lost connection from HAXOR!Chris@blabla.com


Reply to this email directly or view it on GitHubhttps://github.com//issues/13.

@WizardCM
Copy link
Member Author

WizardCM commented Jan 6, 2013

Well it was spamming me yesterday when I tried.

@WizardCM
Copy link
Member Author

According to someone on BukkitDev;

Its on a standalone not linked, i have not used the plugin before and it also disconnects me every maybe hour or so with the message connection reset by peer. i think it might just be a glitch as any actual talking is instant between the irc and server as is commands so there is no way there is actually 17 seconds of latency even tho thats what my irc client is reporting.

This might shed more light on the issue.

WizardCM referenced this issue Apr 17, 2013
The dispatchCommand() method is not thread safe, and therefore should be
wrapped in a runnable and dispatched from a synchronized task. As well,
before, executing a command did not use getCommandSender(), instead
parsing the IRC nickname into a CommandSender, which causes problems if
your IRC nick is not the same as your ingame nick.

I also removed Eclipse specific files and added them to the gitignore,
as they aren't required for compilation and only clutter the required
code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants