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
hi,
Can someone tell me how to dynamically enable http services on multiple ports? Originally, I wanted to dynamically register routing rules, but after reading previous issues, there seems to be no solution. So, can I control http services on multiple ports? For example, I can open or close the service on port 8080 at runtime. This is a scenario for the development of an operation and maintenance management system.
The text was updated successfully, but these errors were encountered:
seventeenman
changed the title
[HELP] How to dynamically register and uninstall the API during running?
[HELP] How to dynamically start http services on multiple ports?
Nov 5, 2023
If you have multiple Iris instances listening on different ports, you can use their appX.Shutdown() method to terminate the servers, also you may want to check the apps subpackage also. Please reply back if you have any further questions or if I didn't get the problem right.
hi,
Can someone tell me how to dynamically enable http services on multiple ports? Originally, I wanted to dynamically register routing rules, but after reading previous issues, there seems to be no solution. So, can I control http services on multiple ports? For example, I can open or close the service on port 8080 at runtime. This is a scenario for the development of an operation and maintenance management system.
The text was updated successfully, but these errors were encountered: