Qing Wang

Results 57 issues of Qing Wang

I have 2 components that should establish communications with each other. But one is written in Java and another one is written in C++. So I'd like to generate a...

Currently master CI doesn't work, which will introduce unintended PR merging. Let's remove travis and use Github action as CI workflow.

https://github.com/RuedigerMoeller/fast-serialization/blob/master/src/main/java/org/nustaq/serialization/FSTClazzInfo.java#L143 We have a distributed exception handling system, which treats the distributed exceptions as local. For the following case: ```java private static class UnSerializedClass {} private static class MyCustomException extends...

Hi there, did you make a performance test on it and other serializers like messagepack or protobuffers?

The following logging messages is too verbose. I just did start a server and then did shutdown it. ``` 2019-08-18 14:33:23,504 [main] INFO com.baidu.brpc.protocol.ProtocolManager - register protocol:1 success 2019-08-18 14:33:23,807...

I think we should enable CI to help us check some code style, unit tests, etc. This is very useful tool for us when others request a PR or push...

enhancement

1. It's necessary for users to build this project with only one command, like `sh build.sh` or `cmake` or others. We should make the building-processes more simple. So, could we...

enhancement