Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem Demo: Not show any exchanges? #12

Open
strictlad opened this issue Mar 6, 2019 · 1 comment
Open

Problem Demo: Not show any exchanges? #12

strictlad opened this issue Mar 6, 2019 · 1 comment

Comments

@strictlad
Copy link

strictlad commented Mar 6, 2019

Hello.
I'm a newbie. I'm following the instruction. My app doesn't show any exchanges, so I couldn't press subscribe. Can you tell me some reasons and solutions for my problem?

  • RabbitMQ Management was installed, I can login it's panel.
    Here is my screen:
    problem_1
    Thanks for your help.
@strictlad strictlad changed the title Problem Demo: Not show any subscription? Problem Demo: Not show any exchanges? Mar 6, 2019
@ryuwho
Copy link

ryuwho commented Mar 20, 2019

Started a new unity project today and stumbled into this same bug. The readme for this project mentions that this package was made due to certain constraints in the development environment for unity back in 2016-2017, including being restricted to .NET Framework 3.5 while RabbitMQ client continued its support onwards. If you are using a current version of Unity (at time of writing, 2018.3 is the stable release), then you are no longer constrained to .NET Framework 3.5 and can nuget the current version of RabbitMQ client.

If the above solution sounds applicable, then here is a link to another speed bump. Unity rebuilds C# solution and project files, so some steps must be taken in order for unity to not forget that you have installed nuget packages, like the RabbitMQ.Client. I hope it helps!
https://docs.microsoft.com/en-us/visualstudio/cross-platform/unity-scripting-upgrade?view=vs-2017#add-packages-from-nuget-to-a-unity-project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants