SocketIO - Connect failed after Disconnected

Setup:

  • Platform: Android
  • Framework: 3.8 (with SocketIO patch for incorrect packet format)
  • Create a button to Connect to any working SocektIO server
  • Create on SocketIO’s connect and disconnect event handlers

Test Flow:

  • Connect to server
  • You should receive connect event
  • Disable your Wifi/Mobile Data
  • You should receive disconnect event
  • Now, enable your Wifi/Mobile Data
  • Try to connect again
  • No event fire

@hannon235… please :slight_smile:

Fixed