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
{{ message }}
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
I failed to connect to Phoenix using your Phoenix SQL. Can you give me some advice on how to connect? How should I enter the connection address?
How to write server?
_handshakeServer = new Server
{
Ports =
{
new ServerPort("localhost", 0, ServerCredentials.Insecure)
},
Services =
{
HandshakeService.BindService(new HandshakeRpc(HostProcessOnAck))
}
};