Skip to content

Commit

Permalink
Merge pull request #229 from gopcua/fix/issue-226
Browse files Browse the repository at this point in the history
fixed regression of #215 fix from #211
  • Loading branch information
magiconair authored Jun 28, 2019
2 parents fc9a4f0 + 7a5257f commit 1d9f479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uasc/secure_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ func (s *SecureChannel) Receive(ctx context.Context) Response {
reqid, svc, err := s.receive(ctx)
if _, ok := err.(*uacp.Error); ok || err == io.EOF {
s.notifyCallers(ctx, err)
s.Close()
return Response{
ReqID: reqid,
SCID: s.cfg.SecureChannelID,
Expand Down

0 comments on commit 1d9f479

Please sign in to comment.