cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

Port setting should be available sooner for dependent Apps #33

Closed dotasek closed 6 years ago

dotasek commented 6 years ago

Apps dependent on CyREST should be able to predictably reference the rest.port property to find out what port CyREST is on.

In the present code, CyREST could appear as a STARTED app and not have set the rest.port property, as it executes within a separate thread.

dotasek commented 6 years ago

Addressed in 6627a9ef1004200b54c74515dbbdc915f20137af

Awaiting release.