devops398
devops398
Experiencing same issue, any workaround to this? My project contains a lot of @client directive and facing this is a pure surprise, this should be mentioned in docs if @client...
@aloysius-pgast hello, I'm trying to use your library, first of all, thank you very much for all the hard work of managing signalR and all edge cases, but looks like...
@aloysius-pgast hey, thanks for reply! attached logs, hope it can help.. https://pastebin.com/3TgDTv4C
@aloysius-pgast oh, sorry, I forgot here: ``` const connectToClient = async (client, pairs) => { const bittrexPairs = pairs.map(pair => adaptPairToBittrexFormat(pair)); console.log('init bittrex markets', bittrexPairs.length); for (var i = 0;...
good catch! I'll disable that pair and try again https://pastebin.com/C66YZykP other than that, I'm just subscribing to all bittrex pairs and even live pairs get that error
@aloysius-pgast Thanks for your help, I really appreciate it. So I removed subscribing to disabled pairs and now it works a bit longer ~13 mins, so I returned back resubscribing...
Wow, that was really fast! Sorry for pause, was validating I did everything right. Thank you so much, I spent plenty of time before reaching out.. But so far locally...
@aloysius-pgast Hi, I tested your update, thank you very much, it works and I'm resubscribing on error, but looks like there is also another problem: https://pastebin.com/G7NtRqZf As you see connection...
Thanks a lot for help, looks like I managed to make it work with my internal watchdog, also I checked out your implementation of watchdog and see that its not...