FusionBot v8.3.3 #121
Secludedly
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
This discussion was created from the release FusionBot v8.3.3.
All reactions