HarpyWar / murmur-ice-net

Murmur (Mumble Server) Ice Wrapper for .NET
http://yulli.cleanvoice.ru
MIT License
3 stars 1 forks source link

You are moved to root by the server -- Mumble client #5

Closed rezaulk closed 2 years ago

rezaulk commented 3 years ago

Describe the bug: I am creating Mumble channel and User buy the Ice in my asp.net core projects. Initially It works properly like voice communication and message sending.

After working many time, If I moved to another channel that time server moved me to root. some channel works but many channels don't works Don't know why it's moved to root

I checked Mumble server DB log... no specific error in logs.

Screenshot_3

HarpyWar commented 3 years ago

Make sure there are no other 3d party scripts connected to Ice which may trigger this move.

If you think the issue in the code, please provide the code example which can be used to reproduce the unwanted behaviour on new server.

rezaulk commented 3 years ago

https://github.com/rezaulk/MumbleClient

Can you please check this code? I uploaded test project. By API calling Channel are created but mumble user/anynomus user not stable on that channel

HarpyWar commented 3 years ago

Just comment out implementation for all direct user moves in your code to test it. For instance MoveTochannel method. I mean that the issue is in your app logic, not in the library.

rezaulk commented 2 years ago

@HarpyWar Finally solved the issue. The issue was logical issue in my backend broker server.