A variety of fixes to try combat the multicast issue

This commit is contained in:
Asim Aslam
2019-12-01 19:36:16 +00:00
parent 6f1c30aef5
commit c840cee404
4 changed files with 17 additions and 17 deletions

View File

@@ -413,11 +413,6 @@ func (s *session) Close() error {
default:
close(s.closed)
// don't broadcast the close for multicast
if s.mode != Unicast {
return nil
}
// append to backlog
msg := s.newMessage("close")
// no error response on close