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
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,6 @@ Creating the server implementation is equally straightforward (this is an echo s
44
44
server.Start();
45
45
46
46
47
-
Install for .NET 4.5 using: install-package reactivesockets
48
-
Install for .NET 4.0 using: install-package reactivesockets -pre
49
-
50
-
(For .NET 4.0, you need to install the pre-release version, since we depend on the pre-released Microsoft.Bcl.Async package to provide the asynchronous C# extensions)
47
+
Install using: install-package reactivesockets
51
48
52
49
This library was inspired by this [forum post](http://social.msdn.microsoft.com/Forums/en/rx/thread/5c62e690-2c8d-4f32-8ec4-5e9b5ea6d2a0) and [blog entry](http://www.cachelog.net/using-reactive-extensions-rx-tpl-for-socket-programming/).
0 commit comments