Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lepicekmichal/SignalRKore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: lepicekmichal/SignalRKore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Dec 11, 2022

  1. set disconnected status

    lepicekmichal committed Dec 11, 2022
    Copy the full SHA
    88fe9e5 View commit details
  2. extended to jvm

    lepicekmichal committed Dec 11, 2022
    Copy the full SHA
    d4d44d6 View commit details
  3. updated ktor version

    lepicekmichal committed Dec 11, 2022
    Copy the full SHA
    58e4c9c View commit details

Commits on Dec 30, 2022

  1. readme extended

    lepicekmichal committed Dec 30, 2022
    Copy the full SHA
    e58a6ac View commit details

Commits on Dec 31, 2022

  1. fix readme syntax bug

    lepicekmichal committed Dec 31, 2022
    Copy the full SHA
    a24bdce View commit details
  2. Copy the full SHA
    55f5457 View commit details
  3. Copy the full SHA
    fc22c8b View commit details

Commits on Mar 25, 2023

  1. Copy the full SHA
    dd270fc View commit details

Commits on Aug 2, 2023

  1. updated dependencies

    lepicekmichal committed Aug 2, 2023
    Copy the full SHA
    b148c64 View commit details

Commits on Aug 12, 2023

  1. updated dependencies

    lepicekmichal committed Aug 12, 2023
    Copy the full SHA
    cdc2322 View commit details

Commits on Jan 28, 2024

  1. updated dependencies

    lepicekmichal committed Jan 28, 2024
    Copy the full SHA
    38f2388 View commit details

Commits on Mar 22, 2024

  1. Copy the full SHA
    c2dfbb7 View commit details

Commits on Mar 24, 2024

  1. first support of iOS

    lepicekmichal committed Mar 24, 2024
    Copy the full SHA
    c674a5d View commit details

Commits on Apr 5, 2024

  1. Copy the full SHA
    a65167b View commit details

Commits on Apr 13, 2024

  1. Copy the full SHA
    f235073 View commit details

Commits on Apr 29, 2024

  1. added client results

    lepicekmichal committed Apr 29, 2024
    Copy the full SHA
    b0eb204 View commit details
  2. Copy the full SHA
    e6bb613 View commit details
  3. Copy the full SHA
    57501d3 View commit details
  4. Copy the full SHA
    7a2b2a6 View commit details

Commits on Apr 30, 2024

  1. Copy the full SHA
    acf074b View commit details
  2. Copy the full SHA
    ac70837 View commit details
  3. Copy the full SHA
    32c1328 View commit details

Commits on May 8, 2024

  1. Copy the full SHA
    11c067d View commit details
  2. updated gradle

    lepicekmichal committed May 8, 2024
    Copy the full SHA
    999b998 View commit details
  3. Copy the full SHA
    04b3d0c View commit details
  4. missing import

    lepicekmichal committed May 8, 2024
    Copy the full SHA
    5ca0fcb View commit details

Commits on May 11, 2024

  1. Small improvements

    - Moved logic for sending `Client did not provide a result.` error before the message is emitted, so that the error will be sent to the server even when no handler is registered
    - Perform `resultProviderRegistry.contains` check when `on` method is called in order to throw when the same target is registered multiple times in sequence
    - Included the caught exception when rethrowing `RuntimeException` for the missing cases
    maca88 committed May 11, 2024
    Copy the full SHA
    55bc5aa View commit details

Commits on May 12, 2024

  1. Merge pull request #3 from maca88/small-improvements

    Small improvements
    lepicekmichal authored May 12, 2024
    Copy the full SHA
    454ad1d View commit details

Commits on Jun 2, 2024

  1. Copy the full SHA
    7b028d3 View commit details
  2. updated to kotlin 2

    lepicekmichal committed Jun 2, 2024
    Copy the full SHA
    221df2e View commit details

Commits on Jun 3, 2024

  1. fix import

    lepicekmichal committed Jun 3, 2024
    Copy the full SHA
    b3d5a5a View commit details
  2. update readme

    lepicekmichal committed Jun 3, 2024
    Copy the full SHA
    e3044d3 View commit details

Commits on Jun 4, 2024

  1. added version catalog

    lepicekmichal committed Jun 4, 2024
    Copy the full SHA
    6196096 View commit details
  2. Copy the full SHA
    c5fd4af View commit details

Commits on Jun 11, 2024

  1. fix applying headers

    lepicekmichal committed Jun 11, 2024
    Copy the full SHA
    eafbd76 View commit details
  2. update version

    lepicekmichal committed Jun 11, 2024
    Copy the full SHA
    56184cf View commit details

Commits on Jun 16, 2024

  1. fix crash

    lepicekmichal committed Jun 16, 2024
    Copy the full SHA
    6bbb1f6 View commit details

Commits on Aug 16, 2024

  1. Copy the full SHA
    ced3344 View commit details
  2. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	gradle.properties
    lepicekmichal committed Aug 16, 2024
    Copy the full SHA
    2b1aeb0 View commit details

Commits on Sep 9, 2024

  1. Copy the full SHA
    c7601d0 View commit details

Commits on Oct 21, 2024

  1. Copy the full SHA
    7db4bb6 View commit details
  2. Copy the full SHA
    96af2ed View commit details

Commits on Oct 22, 2024

  1. Copy the full SHA
    8f10c66 View commit details

Commits on Oct 23, 2024

  1. missing import

    lepicekmichal committed Oct 23, 2024
    Copy the full SHA
    98a1fb3 View commit details
  2. missing import

    lepicekmichal committed Oct 23, 2024
    Copy the full SHA
    8e2d756 View commit details
  3. missing import

    lepicekmichal committed Oct 23, 2024
    Copy the full SHA
    3fc4665 View commit details

Commits on Dec 2, 2024

  1. Copy the full SHA
    c5919a2 View commit details

Commits on Dec 3, 2024

  1. Merge pull request #11 from maca88/improvements/crash-fix

    Fix crash when sending a hub message after connection closure
    lepicekmichal authored Dec 3, 2024
    Copy the full SHA
    66ddf44 View commit details
  2. 0.9.1

    lepicekmichal committed Dec 3, 2024
    Copy the full SHA
    bad93da View commit details

Commits on Jan 19, 2025

  1. downgrade jvm version

    pavelannin committed Jan 19, 2025
    Copy the full SHA
    891acc4 View commit details
Loading