rabbitmq / rabbitmq-dotnet-client

RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
https://www.rabbitmq.com/dotnet.html
Other
2.05k stars 575 forks source link

add suport for wasm #1518

Closed SongOfYouth closed 3 months ago

SongOfYouth commented 3 months ago

Is your feature request related to a problem? Please describe.

rabbitmq-dotnet-client could not be used for wasm because of the dependance of System.Net.Sockets which is not supported on wasm.

Describe the solution you'd like

as workaround, System.Net.WebSockets is included in .Net6, and it works on wasm.

Describe alternatives you've considered

No response

Additional context

No response

lukebakken commented 3 months ago

Hello, thanks for using this library.

Someone in the community should provide a pull request for this feature, if they want it.

I'm going to close this issue and will re-open it if a pull request comes in.