Skip to content

Commit

Permalink
cloud check
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahad-10 committed Dec 6, 2024
1 parent f88bb9a commit 3243310
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions lib/src/dealer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,8 @@ class Dealer {

_pendingCalls.remove(message.requestID);

var errMessage = Error(
Call.id,
pending.requestID,
message.uri,
args: message.args,
kwargs: message.kwargs,
details: message.details,
);
var errMessage = Error(Call.id, pending.requestID, message.uri,
args: message.args, kwargs: message.kwargs, details: message.details);

return MessageWithRecipient(errMessage, pending.callerID);
} else {
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: wampproto
description: Sans-IO WAMP protocol implementation
version: 0.1.0
repository: https://github.com/xconnio/wampproto-dart
publish_to: none

environment:
sdk: ">=2.17.0 <4.0.0"
Expand Down

0 comments on commit 3243310

Please sign in to comment.