Skip to content

FusionBot v8.3.3

Latest

Choose a tag to compare

@Secludedly Secludedly released this 28 Jul 20:18

Fix stale socket detection in SwitchSocket
v8.3.1

  • Add IsConnectionAlive() method to properly detect dead socket connections.

  • Socket.Connected can remain true even after the remote host forcibly closes the connection, causing bots to appear online while routines silently hang.

  • The new method uses Socket.Poll() to genuinely verify the connection is usable. Update Connect() and Reset() to use this check and always reinitialize sockets when needed.


Ignore User Commands DM'd to Bot
v8.3.2

DMRelayService ignores command prefixes, only allowing messages.


Update PKHeX.Core
v8.3.3

Updated for latest distributions.