naserkaka

Results 8 comments of naserkaka

@chairz it just restarts the websocket. Is it possible to get a message why it failed ?

Hi @Hazard4U , this will help a lot , now I can catch the error for failureOnCallback and see more detailed information why it failed. This was needed, thanks! when...

so this is how I can catch the message in onFailure ? for now. onFailureCallbackMarketDataUser = (message) -> { logger.error("onFailureCallback() message:" + message); };

I am using 2 streams. 1 for streaming market prices and 1 for listenUserStream(events from my wallet,like when a trade is set or fulfilled…). The error I get is for...

@2pd try { onOpenCallbackDataUser = (message) -> { isWsUserDataStreamActive = true; }; onMessageCallbackDataUser = (message) -> { try{ Runnable task = () -> { checkUserData(message); }; if (isUserDataThreadActive) { executorUserData.execute(task);...

Hi, am I supposed to do keepAlive for keeping my streaming userData alive ? or it is automatically handled by this repo ? https://binance-docs.github.io/apidocs/spot/en/#user-data-streams

Hi , when are u planning to merge this PR ? need this feature