Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since factory returns a ProxyConnectionState, setOnConnectionCallback will be a ProxyConnectionState. The code already makes that assumption, since it does not check of state return value. Using a static_pointer_cast will allow the library to be build with rtti.
- Loading branch information