Disconnecting a lot of users gives exceptions
Posted: 05 Jun 2011, 13:47
When disconnecting multiple clients simultaniously (same application) we get exceptions from smartfox:
com.smartfoxserver.v2.exceptions.SFSExtensionException: Extension Request refused. Sender is not a User: { Id: 5, Type: DEFAULT, Logged: Yes, IP: 212.64.125.31:55667 }
com.smartfoxserver.v2.controllers.ExtensionController.processRequest(ExtensionController.java:65)
com.smartfoxserver.bitswarm.controllers.AbstractController.run(AbstractController.java:96)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
The server is working ok after the exceptions but I find it worrying that exceptions do happen at all. Is there an explanation why this happens and way to prevent this?
com.smartfoxserver.v2.exceptions.SFSExtensionException: Extension Request refused. Sender is not a User: { Id: 5, Type: DEFAULT, Logged: Yes, IP: 212.64.125.31:55667 }
com.smartfoxserver.v2.controllers.ExtensionController.processRequest(ExtensionController.java:65)
com.smartfoxserver.bitswarm.controllers.AbstractController.run(AbstractController.java:96)
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
The server is working ok after the exceptions but I find it worrying that exceptions do happen at all. Is there an explanation why this happens and way to prevent this?