You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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![email protected](client quit)
[INFO] [BukkitIRCd] Lost connection from HAXOR![email protected]
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/13.
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.
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: