Skip to content

"WebsocketStreamClientImpl - null" messages in the log #74

Description

@lz-44

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions