intellivoid/SocialvoidLib

Session encoding issue

Closed this issue · 5 comments

Sometimes sessions will fail to establish because of an encoding error, raised in net.intellivoid.socialvoidlib==1.0.0.0/Managers/SessionManager.p:81. Stack trace dump attached

Dump ID 09-11-2021_1223pm_0615c4f7

This may be related to the MariaDB Server not handling the request correctly or going away due to a long inactive connection, however the client does re-establish connections after a while or close connections after inactivity. Tinkering with the database configuration may correct this issue.

Closed for now, changed a configuration variable in the database to allow bigger packets. This problem may already be solved with slave servers.

Update, the RPC server may not be processing sleep cycles correctly.

Bug probably fixed, updated BackgroundWorker to 1.0.2.4