Skip to content
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

Square.OkHttp3.WebSocketListener missing overload #14

Open
jrocha opened this issue Apr 19, 2017 · 0 comments
Open

Square.OkHttp3.WebSocketListener missing overload #14

jrocha opened this issue Apr 19, 2017 · 0 comments

Comments

@jrocha
Copy link

jrocha commented Apr 19, 2017

Square.OkHttp3.WebSocketListener is missing one overload to get binary messages from the WebSocket.

there is only one overload available:
OnMessage(Square.OkHttp3.IWebSocket webSocket, string text)

when it should have one like:
onMessage(WebSocket webSocket, okio.ByteString bytes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant