Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Inner Process Clients and Session Meta API. #93

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

Commits on Aug 24, 2016

  1. IdGenerator is made Java6 execution environment compatible. On Java 7…

    …+, where ThreadLocalRandom is available, it would use that via introspection.
    alex-vas committed Aug 24, 2016
    2 Configuration menu
    Copy the full SHA
    be4f3c0 View commit details
    Browse the repository at this point in the history
  2. ServerText example tidy ups meant to make it a bit easier to read the…

    … code by limiting the scopes for Server and Client initialization code blocks.
    alex-vas committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    a4b5248 View commit details
    Browse the repository at this point in the history
  3. Added svn:ignores the the appropriate folders to excude .settings/ an…

    …d target/ eclipse directories from version control repo.
    alex-vas committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    bf21840 View commit details
    Browse the repository at this point in the history
  4. WampRouter now has the createInnerProccessClient public method added,…

    … and the ServerTest example is updated to use one of those clients too.
    alex-vas committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    7a9d5c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Added withMetaApi option to the Router. It would enable session notif…

    …ications on channels: "wamp.session.on_join" and "wamp.session.on_leave".
    alex-vas committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    030c1b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db77f4d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Added disclose_caller support to the router. disclose_publisher and c…

    …onfiguration options are to follow.
    alex-vas committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    e456e0d View commit details
    Browse the repository at this point in the history
  2. Added disclose_publisher functionality to the router. Both disclose_c…

    …aller and disclose_publisher are now configurable (enable/disable) via the RouterBuilder. Default is Disabled for security - same as crossbar.io.
    alex-vas committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    397a8f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Appeared that I have missed few changes to checkin. Also, there is a …

    …code to close in-process client which is used by session meta API.
    alex-vas committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    02e29f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e6a02 View commit details
    Browse the repository at this point in the history
  3. InProcessClinet now shares the eventLoop with the router. This would …

    …improve situation related to any threading issues.
    alex-vas committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    5a0868d View commit details
    Browse the repository at this point in the history
  4. session_meta_api and caller_identification and publisher_identificati…

    …on are now disclosed properly.
    alex-vas committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    99f002d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Fixed an issue where WampServerBuilder would not pass the withDisclos…

    …eCaller() or withDisclosePublisher() parameters correctly.
    alex-vas committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    445c781 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Fixed an issue where the maven-jar-pugin were using too old, not API …

    …compartible version by updating its version to the latest.
    alex-vas committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    15511ae View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

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

Commits on Jul 21, 2017

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

Commits on Nov 24, 2017

  1. Added parameter for the WAMP router to perform WebSockets level PING …

    …at given period and detect broken links.
    alex-vas committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    02cb827 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. ECC Server. Fixed the issue with PONG responce. It used to return PON…

    …G with no data, where it is supposed to PONG the same data as in PING according to 5.5.2 and 5.5.3 of RFC6455.
    alex-vas committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    c35ba08 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Added feature of specifying "keep alive" and its parameters for the c…

    …lient connection which utilizes Web Socket's PING / PONG mechanism.
    alex-vas committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    8debcf1 View commit details
    Browse the repository at this point in the history
  2. Fixed regression introduced with the change for PONG which supposed t…

    …o return the payload of PING.
    alex-vas committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    e0c134a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Improved disconnected condition detection. Now we are sending one las…

    …t ping if we have not received anything from the other end. Random requests do not guarantee that there will be timely responses. We can only rely on pings for a ​​guaranteed timely responses.
    alex-vas committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    501fcee View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Java. Two finels modified as a result of migration to eclipse photon …

    …(4.8). Also testing SVN on HULK.
    alex-vas committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    653d49a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. svn:ignores updated

    alex-vas committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    4472130 View commit details
    Browse the repository at this point in the history