GemTalk / RemoteServiceReplication

MIT License
0 stars 4 forks source link

Direct Connection patterns broken by addition of random token #112

Closed kurtkilpela closed 3 years ago

kurtkilpela commented 3 years ago

The classes RsrAcceptConnection and RsrInitiateConnection are used to create direct connection outside of the GCI. The addition of the random token has broken there use in direct connections where the server is started manually.

The token mechanism should be moved into an RsrGciAcceptConnection and RsrGciInitiateConnection. The existing classes should remove should be usable without a token.

kurtkilpela commented 3 years ago

Fixed in fbb46816b48d1ea7e95ba05e6359fca9fab99753