ion icon indicating copy to clipboard operation
ion copied to clipboard

Real-Distributed RTC System by pure Go and Flutter

Results 34 ion issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | redis | minor | `6.0.9` -> `6.2.7` | --- ### Configuration 📅 **Schedule**:...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.14.13-stretch` -> `1.18.3-stretch` | |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pion/webrtc/v3](https://togithub.com/pion/webrtc) | require | patch | `v3.1.7` -> `v3.1.41` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-redis/redis/v7](https://togithub.com/go-redis/redis) | require | patch | `v7.4.0` -> `v7.4.1` | ---...

i don't found any load balancing logic in code ,how to do load balancing?

### Your environment. - Version: I am using docker so I assume it's the recent. I would love to learn how to use different versions! ### What did you do?...

1、/rtc.RTC/ 这个ws接口是否有心跳接口? 2、/room.RoomSignal/ 这个ws是否有心跳接口? demo 使用的是 examples\ion-pubsub nginx.config location ^~ /room.RoomSignal/ { #这里需要说明一下,由于docker的网络问题,我们填127.0.0.1是不可行的 #因为127.0.0.1是docker容器内的网络,不是我们宿主机的网络,所以就不能指向正确的路径 #我们需要填内网的ip地址例如:192.168.1.222,这样才是可以行的 proxy_redirect off; proxy_pass http://172.25.158.83:5551/room.RoomSignal/; # 转发 proxy_set_header Host $host; proxy_set_header X-Real_IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr:$remote_port;...

I deployed the ion server on ec2. The security group allowed all traffic. I tried running the echo and other program.. i was receiving text messages at the remote end....

#### Description This pull request fixes sending repetitive and inactive peers to the new peer. https://github.com/pion/ion/blob/118b8c419822088b948d98466a9e173b7fe50317/apps/room/server/room_signal.go#L207-L242 These above lines of code send every peer that was saved in the Redis...

#### Description When a user joins the room while the room TTL expires, Redis entry for the room is not created as the checking is happing only on user profile...