kewbish commented on issue #1104:
URL: https://github.com/apache/fury/issues/1104#issuecomment-2786738792

   @codenotknock Do you recall what the correct initialization definition when 
using multithreading is? We're running into the same issue on version 0.10.0 on 
Java version 22. 
   
   Our current initialization code is:
   ```
   private static Fury fury = 
Fury.builder().withLanguage(Language.JAVA).requireClassRegistration(false).build();
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to