bitmex-client-websocket
bitmex-client-websocket copied to clipboard
doesn't work
after the end of march 2023 bitmex servers upgrade, it doesn't work anymore what has changed?
I got it working again with an easy fix: In https://github.com/Marfusios/bitmex-client-websocket/blob/master/src/Bitmex.Client.Websocket/Responses/InfoResponse.cs#L14 Replace
public DateTime? Version { get; set; }
with
public string? Version { get; set; }
Fixed in c4686a7205ca773ea507dd75218ac9034dcc7d1d