You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A C# implementation of [WAMP (The Web Application Messaging Protocol)][WampLink]
6
6
7
7
The implementation supports WAMPv2 and includes both Json and MsgPack support, and both Router (Broker and Dealer roles) and Client (Publisher/Subscriber and Callee/Caller) roles. See here for a list of [implemented advanced profile features](http://wampsharp.net/#advanced-profile-features).
8
8
9
9
The implementation also supports WAMPv1, both client and server roles.
10
10
11
-
## Builds
11
+
## Donations
12
+
13
+
If you found WampSharp helpful and want to donate, you are welcome to do so via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UHRAS9KZPNPX4).
12
14
13
-
Master | Provider
14
-
------ | --------
15
-
[![Build Status][WinImgMaster]][WinLinkMaster] | Windows CI Provided By [CodeBetter][] and [JetBrains][]
15
+
Your donations help keep this project development alive.
16
16
17
17
## Documentation
18
18
@@ -40,11 +40,9 @@ In order to use it, Install WampSharp.WAMP1.Default from NuGet.
40
40
41
41
If you're updating from a previous WampSharp version and you're not interested yet in updating your application to WAMPv2, please read the following [notes](http://wampsharp.net/wamp1/notes-for-wampv1-users/).
42
42
43
-
## Donations
44
-
45
-
If you found WampSharp helpful and want to donate, you are welcome to do so via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UHRAS9KZPNPX4).
43
+
## Poloniex Api issues
46
44
47
-
Your donations help keep this project development alive.
45
+
Poloniex no longer uses WAMP for its WebSockets api. Please don't open issues specific to Poloniex api. These will be closed without any comment. If you are still interested in connecting to Poloniex WebSockets api, take a look at [PoloniexWebSocketsApi](https://github.com/Code-Sharp/PoloniexWebSocketsApi).
0 commit comments