web1992 commented on issue #1945: The kryo serialization response time out URL: https://github.com/apache/incubator-dubbo/issues/1945#issuecomment-397519354 please check you dto in `UserService` had `implements Serializable`. example: ```java public class UserDto implements Serializable { } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
