Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikmesserli committed Feb 16, 2024
1 parent d5015cd commit 09c1771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/customprotocol-core/oneshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class Oneshot<H extends HandlerTypes = {}> extends Stream<H> {
// NOTE: IsNotReady set to true means that this is simple Poll request
if (!isFirst) msg.setIsNotReady(true);

return this.messageBuilder(msg);
return this.messageBuilder(msg, isFirst);
},
req => {
this.pendingRequests.add(req);
Expand Down

0 comments on commit 09c1771

Please sign in to comment.