Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

feat: Durability test RTC connections #329

Merged
merged 19 commits into from
May 3, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ignore race conditions for testing the broker
  • Loading branch information
kylecarbs committed May 3, 2021
commit 17210d4f1f13f34c62b799e4b47798afa958e3ec
2 changes: 2 additions & 0 deletions wsnet/wsnet_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !race

package wsnet

import (
Expand Down