GemTalk / Sparkle

MIT License
11 stars 5 forks source link

GCI connections are being set up on a fixed port #68

Closed martinmcclure closed 3 years ago

martinmcclure commented 3 years ago

Once a GCI connection is made, the gem should listen on a wildcard port for an RSR connection, then GCI should return the port number and token to the GCI client so that Pharo can make the RSR connection.

This may be waiting on RSR #94, but there is also some launcher work required.

kurtkilpela commented 3 years ago

This has been resolved in https://github.com/GemTalk/Sparkle/pull/71

kurtkilpela commented 3 years ago

This is resolved in PR #72