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

Log Message Issue #2183

Open
johnking0099 opened this issue Jul 7, 2016 · 0 comments
Open

Log Message Issue #2183

johnking0099 opened this issue Jul 7, 2016 · 0 comments

Comments

@johnking0099
Copy link

johnking0099 commented Jul 7, 2016

at org/atmosphere/websocket/DefaultWebSocketProcessor.java:449,465

            if (!WebSocketProtocolStream.class.isAssignableFrom(webSocketProtocol.getClass())) {
                List<AtmosphereRequest> list = webSocketProtocol.onMessage(webSocket, webSocketMessage);
                dispatch(webSocket, list);
            } else {
-->             logger.debug("The WebServer doesn't support streaming. Wrapping the message as stream.");
                invokeWebSocketProtocol(webSocket, new StringReader(webSocketMessage));
                return;
            }

I think the log msg should be The WebSocketHandler supports streaming. Wrapping the message as stream.

Don't know if I got it right.

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