Skip to content
  • p4u's avatar
    change the websocket client mechanism and package · e39bf4a6
    p4u authored
    
    
    Drop wsPool and use instead recws, a gorilla websocket client wrapper
    that handles automatically the reconnection
    
    It uses github.com/recws-org/recws but there is a bug on the
    reconnection handling. This bug is fixed on my temporary fork
    github.com/p4u/recws, the PR has been sent but while its not merged we
    have to use mine.
    
    Signed-off-by: default avatarp4u <pau@dabax.net>
    e39bf4a6
Analyzing file…