Will Forcey
                                            Will Forcey
                                        
                                    @Sean-Der Hi! Ooo cool thanks for inviting me!
@Sean-Der Ok I think I’ll finally have some time tomorrow to work on tests👍 I’ve never written tests for race conditions before though, how should I do that? Is there...
Not sure if those tests are the right idea, but looks like how the BytesReceived tests were written
How the ICE Restart Should Work: Right now the Restart method in agent.go attempts to restart ICE gathering, but if that agent's gatheringstate == GatheringStateGathering, the Restart method returns. Instead,...
@Sean-Der No worries! Sorry I uploaded all those commits in such a messy way:P
Hi! You also need to add the address of your server to: https://github.com/wawesomeNOGUI/webrtcGameTemplate/blob/81adbc8efa806678abe4b296b417c00eae7f6ac7/public/index.html#L31
@AlinaDovbysheva Hi! I did find a typo that shouldn't affect anything, but I went ahead and updated index.html, so definitely try that. Let me know if it works.
Hmmm, that all looks fine. Is the go program showing that more ICE candidates are being sent? It will look like this in the terminal: `{candidate:4212933298 1 udp ... }`
Ohh interesting, yeah it is always tricky to work out bugs between different browsers :D It works for me in chrome version 102.0.5005.115, are you running the same version of...
Hi! Sorry I left this repository in a kind of bad state for compiling the code yourself. I just updated it so if you clone the repository you should be...