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

   > [@codenotknock](https://github.com/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();
   > ```
   > 
   > Edit for future readers: Fury has a specific thread-safe initializer, [see 
here](https://fury.apache.org/docs/guide/java_object_graph_guide/#quick-start).
   
   You are using single Threaded Fury, please use multi threaded Fury


-- 
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