Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding stream timeouts #492

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

Commits on Sep 25, 2018

  1. - Adding ConnectTimeout and ReadWriteTimeout to WebSocket.

    - Adding try/catch around stream.Dispose() because with SSL streams in Mono stream can be sometimes already disposed and Dispose throws exception, crashing the app
    michaldobrodenka committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    e08eaad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab9672e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    b7969b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Some refactoring & bug fixes

    homex14 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    cc920e6 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Getting rid of BeginRead in reading, as it caused problems on some ol…

    …der and weaker android devices (probably code was run synchronously and code around is not really ready for it). Some other fixes in server code
    homex14 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    bdbd9aa View commit details
    Browse the repository at this point in the history