maybe fix networking hangs

This commit is contained in:
Jeremy Latt
2014-02-12 21:04:50 -08:00
parent 01fa48c73e
commit 415ccc7607
3 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ type Identifier interface {
}
type Replier interface {
Reply(...Reply) error
Reply(...Reply)
}
type Reply interface {