natsumm

Results 5 comments of natsumm

经验证,dubbo 3.0.0~3.1.5均存在此问题

However, when I used other serialization protocols(like `kryo` and `sft`), it still returned **Double** type except `nativejava`.

> Thank you for your feedback. Let's wait for the fix. Ok, thank you for the reply.

我目前是这么处理的 dubbo.version = 3.1.5 # 1 application.yml ```yaml dubbo: protocols: dubbo: name: dubbo serialization: fst ``` # 2 pom.xml ```xml org.apache.dubbo dubbo-serialization-fst ```

> 我目前是这么处理的 dubbo.version = 3.1.5 > > # 1 application.yml > ```yaml > dubbo: > protocols: > dubbo: > name: dubbo > serialization: fst > ``` > > # 2...