bitmex-client-websocket icon indicating copy to clipboard operation
bitmex-client-websocket copied to clipboard

doesn't work

Open wbatman65 opened this issue 2 years ago • 2 comments

after the end of march 2023 bitmex servers upgrade, it doesn't work anymore what has changed?

wbatman65 avatar Apr 05 '23 08:04 wbatman65

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; }

fl4p avatar May 30 '23 07:05 fl4p

Fixed in c4686a7205ca773ea507dd75218ac9034dcc7d1d

Marfusios avatar Feb 16 '24 11:02 Marfusios