sofastack / sofa-bolt

SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.
https://www.sofastack.tech/projects/sofa-bolt/
Apache License 2.0
2.44k stars 860 forks source link

fix hession maven scope and addConnectionEventProcessor concurrency problems #321

Closed chuailiwu closed 1 year ago

OrezzerO commented 1 year ago

If user do not need hessian,then he/she can not remove hessian from maven. I think it maybe unreasonable.

chuailiwu commented 1 year ago

If user do not need hessian,then he/she can not remove hessian from maven. I think it maybe unreasonable.

I don't think so, if user need another serialization protocol, it is ok, but not necessary to delete it.

OrezzerO commented 1 year ago

If user do not need hessian,then he/she can not remove hessian from maven. I think it maybe unreasonable.

I don't think so, if user need another serialization protocol, it is ok, but not necessary to delete it.

OK, it's ok to keep hessian in dependencies.