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

Utility: use Fsdk #55

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

Commits on May 29, 2023

  1. Utility: made Retry func take 1 type parameter

    Changed Retry function to take 1 type parameter instead of 2 as
    handling 2 types of exceptions is not needed anymore because
    SocketException is wrapped in NOnionException.
    webwarrior-ws committed May 29, 2023
    Configuration menu
    Copy the full SHA
    df99b5c View commit details
    Browse the repository at this point in the history
  2. Network,Services,Utility: use Fsdk

    Added fsdk package. Reuse functions from Fsdk.
    webwarrior-ws committed May 29, 2023
    Configuration menu
    Copy the full SHA
    92e5466 View commit details
    Browse the repository at this point in the history
  3. Http,Network,Services.Utitlity: rename FSharpUtil

    Renamed FSharpUtil module to AsyncUtil.
    webwarrior-ws committed May 29, 2023
    Configuration menu
    Copy the full SHA
    67a8ec0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Utility,Directory: use resources func from Fsdk

    Use ExtractEmbeddedResourceFileContents function from Fsdk.
    Remove local copy of that function.
    webwarrior-ws committed May 31, 2023
    Configuration menu
    Copy the full SHA
    071774f View commit details
    Browse the repository at this point in the history