You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe we can simplify this by using the new setDefaultObjectAdapter.
I think we cannot because DataStorm doesn't always owns the communicator, and this could interfere with applications that pass they own communicator to DataStorm and also want to setup its own default OA.
I think there is a chance here to receive a request before the
connected
callback is called and setups the OA.ice/cpp/src/DataStorm/NodeSessionManager.cpp
Lines 340 to 354 in 8857b67
In Node implementation we use a different pattern with first calling getConnectionAsync and setup the OA before sending the request.
ice/cpp/src/DataStorm/NodeI.cpp
Lines 179 to 199 in 8857b67
Maybe we can simplify this by using the new
setDefaultObjectAdapter
.The text was updated successfully, but these errors were encountered: