Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

addresses connection issues #931

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

addresses connection issues #931

wants to merge 8 commits into from

Commits on Apr 8, 2020

  1. fixed not to conflict

    ! IsConnected is restored as it was before
    + TcpTransport has got a connect method which properly initializes the underlying tcpclient
    solarin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    2bcae5b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. the connection was re-estabilished after a "connection forcibly close…

    …d by the server" but the following communication was not succesfully because the session contained dirty information as well as the sendCounter in TcpTransport.
    
    this commit fixes this situation, so a connection can be succesfully re-enstabilished and the communication restarted.
    solarin committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    5778366 View commit details
    Browse the repository at this point in the history
  2. minor stylish changes

    solarin committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    afd6d06 View commit details
    Browse the repository at this point in the history
  3. minor changes

    solarin committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    0dd6fdb View commit details
    Browse the repository at this point in the history
  4. initialization fix

    solarin committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f697dac View commit details
    Browse the repository at this point in the history
  5. minor fix

    solarin committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    bc87d0a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. mediaonly filter

    reverted tcptransport
    solarin committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    a266b89 View commit details
    Browse the repository at this point in the history
  2. removed comment

    solarin committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    e674cf1 View commit details
    Browse the repository at this point in the history