Skip to content

Commit

Permalink
Update connection.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 authored Nov 25, 2024
1 parent 72a4560 commit bc2f461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/dtx_codec/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (g GlobalDispatcher) Dispatch(msg Message) {
if msg.HasError() {
log.Error(msg.Payload[0])
}
if msg.PayloadHeader.MessageType == UnknownTypeOne {
if msg.PayloadHeader.MessageType == UnknownTypeOne || msg.PayloadHeader.MessageType == ResponseWithReturnValueInPayload {
g.dtxConnection.Dispatch(msg)
}
}
Expand Down

0 comments on commit bc2f461

Please sign in to comment.