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 .NET port of the [Aeron Client](https://github.com/real-logic/Aeron).
5
+
A .NET port of the [Aeron Client](https://github.com/aeron-io/aeron).
6
6
7
7
Aeron is an efficient reliable UDP unicast, UDP multicast, and IPC message transport.
8
8
@@ -170,9 +170,7 @@ Run `dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj /p:Configuration=Relea
170
170
If there are also changes in Agrona run `src\Adaptive.Agrona\Adaptive.Agrona.csproj /p:Configuration=Release` Aeron depends on it so both should be published at the same time
171
171
172
172
### More Information
173
-
The best place for more information is the [Aeron Wiki](https://github.com/real-logic/Aeron/wiki)
174
-
175
-
[](https://gitter.im/real-logic/Aeron?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) To chat with other Aeron users and the contributors.
173
+
The best place for more information is the [Aeron Website](https://aeron.io)
0 commit comments