-
Notifications
You must be signed in to change notification settings - Fork 57
Inner Process Clients and Session Meta API. #93
base: master
Are you sure you want to change the base?
Commits on Aug 24, 2016
-
IdGenerator is made Java6 execution environment compatible. On Java 7…
…+, where ThreadLocalRandom is available, it would use that via introspection.
2Configuration menu - View commit details
-
Copy full SHA for be4f3c0 - Browse repository at this point
Copy the full SHA be4f3c0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a4b5248 - Browse repository at this point
Copy the full SHA a4b5248View commit details -
Added svn:ignores the the appropriate folders to excude .settings/ an…
…d target/ eclipse directories from version control repo.
Configuration menu - View commit details
-
Copy full SHA for bf21840 - Browse repository at this point
Copy the full SHA bf21840View commit details -
WampRouter now has the createInnerProccessClient public method added,…
… and the ServerTest example is updated to use one of those clients too.
Configuration menu - View commit details
-
Copy full SHA for 7a9d5c7 - Browse repository at this point
Copy the full SHA 7a9d5c7View commit details
Commits on Aug 25, 2016
-
Added withMetaApi option to the Router. It would enable session notif…
…ications on channels: "wamp.session.on_join" and "wamp.session.on_leave".
Configuration menu - View commit details
-
Copy full SHA for 030c1b8 - Browse repository at this point
Copy the full SHA 030c1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for db77f4d - Browse repository at this point
Copy the full SHA db77f4dView commit details
Commits on Aug 26, 2016
-
Added disclose_caller support to the router. disclose_publisher and c…
…onfiguration options are to follow.
Configuration menu - View commit details
-
Copy full SHA for e456e0d - Browse repository at this point
Copy the full SHA e456e0dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 397a8f6 - Browse repository at this point
Copy the full SHA 397a8f6View commit details
Commits on Aug 29, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 02e29f1 - Browse repository at this point
Copy the full SHA 02e29f1View commit details -
createInnerProcessClient() is renamed to createInProcessClient(), as @…
…Matthias247 indirectly suggested.
Configuration menu - View commit details
-
Copy full SHA for 88e6a02 - Browse repository at this point
Copy the full SHA 88e6a02View commit details -
InProcessClinet now shares the eventLoop with the router. This would …
…improve situation related to any threading issues.
Configuration menu - View commit details
-
Copy full SHA for 5a0868d - Browse repository at this point
Copy the full SHA 5a0868dView commit details -
session_meta_api and caller_identification and publisher_identificati…
…on are now disclosed properly.
Configuration menu - View commit details
-
Copy full SHA for 99f002d - Browse repository at this point
Copy the full SHA 99f002dView commit details
Commits on Sep 14, 2016
-
Fixed an issue where WampServerBuilder would not pass the withDisclos…
…eCaller() or withDisclosePublisher() parameters correctly.
Configuration menu - View commit details
-
Copy full SHA for 445c781 - Browse repository at this point
Copy the full SHA 445c781View commit details
Commits on Oct 6, 2016
-
Fixed an issue where the maven-jar-pugin were using too old, not API …
…compartible version by updating its version to the latest.
Configuration menu - View commit details
-
Copy full SHA for 15511ae - Browse repository at this point
Copy the full SHA 15511aeView commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dd0c27c - Browse repository at this point
Copy the full SHA dd0c27cView commit details
Commits on Jul 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 58d3210 - Browse repository at this point
Copy the full SHA 58d3210View commit details
Commits on Nov 24, 2017
-
Added parameter for the WAMP router to perform WebSockets level PING …
…at given period and detect broken links.
Configuration menu - View commit details
-
Copy full SHA for 02cb827 - Browse repository at this point
Copy the full SHA 02cb827View commit details
Commits on Nov 28, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for c35ba08 - Browse repository at this point
Copy the full SHA c35ba08View commit details
Commits on Nov 29, 2017
-
Added feature of specifying "keep alive" and its parameters for the c…
…lient connection which utilizes Web Socket's PING / PONG mechanism.
Configuration menu - View commit details
-
Copy full SHA for 8debcf1 - Browse repository at this point
Copy the full SHA 8debcf1View commit details -
Fixed regression introduced with the change for PONG which supposed t…
…o return the payload of PING.
Configuration menu - View commit details
-
Copy full SHA for e0c134a - Browse repository at this point
Copy the full SHA e0c134aView commit details
Commits on Mar 18, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 501fcee - Browse repository at this point
Copy the full SHA 501fceeView commit details
Commits on Jul 3, 2018
-
Java. Two finels modified as a result of migration to eclipse photon …
…(4.8). Also testing SVN on HULK.
Configuration menu - View commit details
-
Copy full SHA for 653d49a - Browse repository at this point
Copy the full SHA 653d49aView commit details
Commits on Nov 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4472130 - Browse repository at this point
Copy the full SHA 4472130View commit details