problem: lags with head info if WS connection dropped

solution: reconnect to WS after a connection error
This commit is contained in:
Igor Artamonov
2021-05-24 21:08:36 -04:00
parent 91edafe531
commit 974a6d7d44
6 changed files with 147 additions and 33 deletions

View File

@@ -5,13 +5,13 @@ protocVersion=3.9.0
# Main Libs
slf4jVersion=1.7.25
jacksonVersion=2.11.0
grpcVersion=1.25.0
grpcVersion=1.38.0
reactiveGrpcVersion=1.0.1
springBootVersion=2.4.5
springVersion=5.3.6
springSecurtyVersion=5.4.6
reactorVersion=3.4.5
nettyVersion=4.1.53.Final
nettyVersion=4.1.65.Final
# Our Libs
etherjarVersion=0.10.2
# Testing