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
Endpoints can be either Http, Https, Ws, Wss, Smtp, or Tcp. However, right now a server can only run with endpoints of just Http/Ws, or of just Smtp, or just Tcp.
This change will make it so it's possible to have a server with any protocols, so you could have an Http and Smtp endpoint in one server:
Endpoints can be either Http, Https, Ws, Wss, Smtp, or Tcp. However, right now a server can only run with endpoints of just Http/Ws, or of just Smtp, or just Tcp.
This change will make it so it's possible to have a server with any protocols, so you could have an Http and Smtp endpoint in one server:
The text was updated successfully, but these errors were encountered: