Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.9.0, 1.10.0
Description
When starting the JavaGatewayServer, a callback client would also be created and run in an ScheduleExecutorService's thread which is non-daemon by default. Thus, we need to shut down the non-daemon thread and reset a daemon thread back to the call back client.