rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.35k stars 354 forks source link

moves error propagation out of the synchronise to avoid deadlock (#1060) #1061

Closed OlegDokuka closed 2 years ago

OlegDokuka commented 2 years ago

(cherry picked from commit 6426e45619ec32acef0c6c7184020776a9063ffe)

[One line description of your change]

Motivation:

[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]

Modifications:

[Describe the modifications you've done.]

Result:

[After your change, what will change.]