-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
The one time I tried to test this I noticed that it didn't seem to On Fri, Jan 4, 2013 at 11:20 PM, Matt Gajownik [email protected]:
|
Well it was spamming me yesterday when I tried. |
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. |
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
Server says you're lagging even when you're clearly not.
[INFO] [BukkitIRCd] IOException on socket connection: java.net.SocketException: Socket closed
[INFO] [BukkitIRCd] Cleaning up connection from HAXOR![email protected] (client quit)
[INFO] [BukkitIRCd] Lost connection from HAXOR![email protected]
The text was updated successfully, but these errors were encountered: