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

Rewrite to signalr #670

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

Rewrite to signalr #670

wants to merge 15 commits into from

Commits on Feb 28, 2022

  1. Init first version

    Known Problems/Issues:
    
    - We wait 5s for each response from Node -> C#, this is a problem if we wait for a Window result (like a MessageBox) - After 5s everything from SignalrSerializeHelper will return null.
    
    - IpcMain is not working (committed out multiple lines) - Unsure if this is needed because we're able to use signalr/razor/blazor for this
    
    - Hybrid Support is forced to be true
    
    - Electron HostHook dint works (also unsure if needed)
    
    - Demos are not converted yet
    
    Expect a lot of bugs ;-)
    LORDofDOOM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a6e2578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4cbb9c View commit details
    Browse the repository at this point in the history
  3. Fix menu, cleanup

    LORDofDOOM committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e55ed98 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    2fb2cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55afa0a View commit details
    Browse the repository at this point in the history
  3. Update outdated js libs

    LORDofDOOM committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7198e0d View commit details
    Browse the repository at this point in the history
  4. Fix multiple areas that should return a int, not a string (was also w…

    …rong in socketio version) -> Should fix most areas with system.text.json
    LORDofDOOM committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e353919 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Fix TS types

    LORDofDOOM committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    de1b5ed View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    4ddcc28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e37a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db208e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6cedc6 View commit details
    Browse the repository at this point in the history
  5. Recompile JS

    LORDofDOOM committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    6faa9fe View commit details
    Browse the repository at this point in the history
  6. MIgrate over to net6.0

    LORDofDOOM committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    9f03a69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84eef77 View commit details
    Browse the repository at this point in the history