rsocket / rsocket-cpp

C++ implementation of RSocket
http://rsocket.io
Apache License 2.0
253 stars 99 forks source link

Fix crash when old transport hasn't disconnected yet #803

Closed somasun closed 7 years ago

somasun commented 7 years ago

Without the change, the included test would trigger the following check in EventBase.cpp `EventBase.cpp:211] Check failed: evbTid == curTid

Test passes fine after the change.