Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move code related for network initialization in DcmBaseSCPPool::listen to the separate function and make it virtual. #71

Closed

Conversation

doskachok
Copy link

This way it is possible for the clients to implement a notification about the results of the network initialization part. It is needed to be able to get feedback for the cases where, for example, the selected port is already taken.

…n to the separate function and make it virtual.

This way it is possible for the clients to implement a notification about the results of the network initialization part. It is needed to be able to get feedback for the cases where,  for example, the selected port is already taken.
@michaelonken
Copy link
Member

Integrated this into testing branch, will be available on master within the next days.

@michaelonken
Copy link
Member

Closed with cdb7182

@doskachok doskachok deleted the Make-initialize-network-virtual branch September 7, 2023 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants