Skip to content

Commit 710c14b

Browse files
committed
Merge branch 'wampv2' of https://github.com/Code-Sharp/WampSharp into wampv2
2 parents c8696a6 + 25cd08d commit 710c14b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
WampSharp
22
=========
3-
[![NuGet Version][NuGetImgMaster]][NuGetLinkMaster][![Codewake](https://www.codewake.com/badges/ask_question.svg)](https://www.codewake.com/p/wampsharp)
3+
[![NuGet Version][NuGetImgMaster]][NuGetLinkMaster]
44

55
A C# implementation of [WAMP (The Web Application Messaging Protocol)][WampLink]
66

77
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).
88

99
The implementation also supports WAMPv1, both client and server roles.
1010

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).
1214

13-
Master | Provider
14-
------ | --------
15-
[![Build Status][WinImgMaster]][WinLinkMaster] | Windows CI Provided By [CodeBetter][] and [JetBrains][]
15+
Your donations help keep this project's development alive.
1616

1717
## Documentation
1818

@@ -40,11 +40,9 @@ In order to use it, Install WampSharp.WAMP1.Default from NuGet.
4040

4141
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/).
4242

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
4644

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).
4846

4947
[WampLink]:http://wamp.ws
5048

0 commit comments

Comments
 (0)