-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this method ProtoClient.ConnectToWS should be overloaded #198
Comments
when I use pitaya-cli connect pitaya(use protobuff and websocket), it’ll be error。To fix this promble you need overwride |
I didn't get what you're saying. Pitaya-cli should test WS first, with and without tls and then raw TCP with and without TLS |
func (pc *ProtoClient) MsgChannel() chan *message.Message { |
How can I reproduce the problem? |
You directly use protoclient.connectws to connect to the server, send data to the server, and cannot receive the data from the server |
The text was updated successfully, but these errors were encountered: