Nikita Belenkiy

Results 16 comments of Nikita Belenkiy

Fixed here https://github.com/bitrich-info/xchange-stream/pull/185 but @dozd haven't been merging PR for quite a while

@thebubbleindex does the example work for you now? I added ``` @Override protected WebSocketClientExtensionHandler getWebSocketClientExtensionHandler() { return info.bitrich.xchangestream.bitmex.netty.WebSocketClientCompressionAllowClientNoContextHandler.INSTANCE; } ``` where WebSocketClientCompressionAllowClientNoContextHandler is copy&pasted from GDAX. Now it gets connected...

Actually ``` @Override protected WebSocketClientExtensionHandler getWebSocketClientExtensionHandler() { return null; } ``` works better

so here I cerated a pull request that makes bitmex somewhat working. I'm still testing it and improving, but at least it can connect and process books/trades and send orders

@somguyth have you tried comparing it with what REST api returns?

Just tried ``` Error occurred during initialization of boot layer java.lang.module.FindException: Module org.bytedeco.flycapture.linux.armhf not found, required by org.bytedeco.flycapture.platform ``` I'm on mac. not linux

ok. one more thing: I had -Djavacpp.platform=macosx-x86_64 in maven importer in intellij settings