intellivoid/SocialvoidLib

RPC Server not processing sleep cycles

Closed this issue · 1 comments

The RPC Server may not be processing sleep cycles correctly, the first iteration the code is executed but then goes into a blocking method.

ppm --main="net.intellivoid.socialvoid_rpc" --version="latest" --runtime-version="3.0.0.6"
[INFO] Socialvoid RPC - Main [2021-09-24 12:45:56] "Starting RPC Service"
[INFO] BackgroundWorker - Supervisor [2021-09-24 12:45:56] "Starting 20 instance(s)"
[INFO] BackgroundWorker - Supervisor [2021-09-24 12:45:56] "Successfully executed 20 instance(s)"
[INFO] BackgroundWorker - instance-99cdc67b [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-2ed0077f [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-f7f64472 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-40eb8576 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-45bbc268 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-f2a6036c [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-2b804061 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-9c9d8165 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-2120ce5d [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-963d0f59 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-81a3eeba [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-36be2fbe [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-ef986cb3 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-5885adb7 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-5dd5eaa9 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-eac82bad [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-33ee68a0 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-84f3a9a4 [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-394ee69c [2021-09-24 12:45:57] "Hello!"
[INFO] BackgroundWorker - instance-8e532798 [2021-09-24 12:45:57] "Hello!"
# <- Stops here

Bug fixed in BackgroundWorker, update to version 1.0.2.4 to correct this issue.