Issue
While progressing with the development of the Golem portal, we stumbled upon an unexpected issue related to Socketproxy's port allocation.
We found that Yapapi permits the allocation of the same port to two instances of an identical script, without issuing any warning or error message. The lack of notification or exception on Yapapi's part was surprising, considering our expectation that it would raise some sort of alert in such situation.
Steps to Replicate:
- Open two terminal instances.
- In each terminal, run the same SSH example provided in the Yapapi examples.

Issue
While progressing with the development of the Golem portal, we stumbled upon an unexpected issue related to Socketproxy's port allocation.
We found that Yapapi permits the allocation of the same port to two instances of an identical script, without issuing any warning or error message. The lack of notification or exception on Yapapi's part was surprising, considering our expectation that it would raise some sort of alert in such situation.
Steps to Replicate: