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

"WebsocketStreamClientImpl - null" messages in the log #74

Open
lz-44 opened this issue Sep 26, 2024 · 0 comments
Open

"WebsocketStreamClientImpl - null" messages in the log #74

lz-44 opened this issue Sep 26, 2024 · 0 comments

Comments

@lz-44
Copy link

lz-44 commented Sep 26, 2024

From time to time, I can see the following non-descriptive messages in the log:
18:14:44.889 [OkHttp https://stream.bybit.com/...] ERROR c.b.a.c.w.i.WebsocketStreamClientImpl - null

Presumably, these messages occur after websocket session is terminated with error.
I also assume it may be logged from here:

public void onError(Throwable t) {
    LOGGER.error(t.getMessage());
}

(WebsocketStreamClientImpl.java:283)

Would be great at least to have some more descriptive and meaningful messages. Maybe also good idea to include smth like WS session id across logs for tracing purposes.

Thanks!

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