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

fix/reconnecting #191

Closed
wants to merge 18 commits into from
Closed

Commits on Sep 15, 2017

  1. Support binary data in Emit with Ack (Quobject#117)

    * Support binary data in Emit with Ack
    
    * Support Action<T1, T2, T3, T4> in AckImpl
    hypernoob authored and mattqs committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    1655bb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Fix ArgumentException thrown by Args2JArray when AckImpl is the last …

    …parameter in Emit(sring, params object[]) (Quobject#118)
    hypernoob authored and mattqs committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    c4b0d68 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. 1.0.3

    mattqs committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    75c389d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. 1.0.4

    mattqs committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    d0d98db View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. 1.0.5

    mattqs committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    54af19e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. 1.0.6

    mattqs committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    c85148b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Fix #147: no socket for namespace undefined (Quobject#148)

    Will be pushed to nuget in next release: 2 July 2018
    jacargentina authored and mattqs committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    dc3ceb1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Bug Fixed. Now you can use correctly Emit, passing params. (Quobject#150

    )
    
    var socket = IO.Socket("http://localhost:3000");
    
    socket.On("connect", () =>
    {
        _log.Write($"Connected !");
    
        var login = new { name = "juanlu", password = "123456" };
        socket.Emit("login", login);
    });
    juanluelguerre authored and mattqs committed May 5, 2018
    Configuration menu
    Copy the full SHA
    49cc478 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. 1.0.7

    mattqs committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    4c955fc View commit details
    Browse the repository at this point in the history
  2. 1.0.7.1

    mattqs committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    f213381 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

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

Commits on Jul 25, 2018

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

Commits on Aug 10, 2018

  1. Everything fails

    mattqs committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    853292c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. fix for wrong namespace creation: if using uri with queryParams, quer…

    …yParams wused to be included in namespace. Path should only be included in namespace. (Quobject#179)
    pkrizan authored and mattqs committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    3736596 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

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

Commits on Nov 3, 2018

  1. update Managers when new instance added (Quobject#182)

    fix for not  updating Managers when new instance added
    gandalfliang authored and mattqs committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    988b88c View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. 1.0.8

    mattqs committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    e877c1d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. fix Reconnecting state

    Ochir Darmaev committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    6672202 View commit details
    Browse the repository at this point in the history