Skip to content

Route outgoing messages to correct channel - #99

Merged
Anthchirp merged 2 commits into
mainfrom
transaction-routing
Oct 29, 2021
Merged

Route outgoing messages to correct channel#99
Anthchirp merged 2 commits into
mainfrom
transaction-routing

Conversation

@Anthchirp

Copy link
Copy Markdown
Contributor

If it is part of a transaction then use the relevant transacted channel,
otherwise use the (untransacted) shared channel.

Resolves#98

If it is part of a transaction then use the relevant transacted channel,
otherwise use the (untransacted) shared channel.
Resolves#98
@AnthchirpAnthchirp self-assigned this Oct 26, 2021
@codecov

codecovBot commented Oct 26, 2021

Copy link
Copy Markdown

Codecov Report

Merging #99 (92c137d) into main (8d883e7) will decrease coverage by 0.11%.
The diff coverage is 0.00%.

@@ Coverage Diff @@## main #99 +/- ##
==========================================
- Coverage 74.96% 74.84% -0.12% 
==========================================
Files 22 22 Lines 1977 1980 +3 Branches 342 343 +1 ==========================================
Hits 1482 1482 - Misses 427 430 +3 
Partials 68 68 

@Anthchirp
Anthchirp merged commit be6d994 into mainOct 29, 2021
@Anthchirp
Anthchirp deleted the transaction-routing branch October 29, 2021 10:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

PikaTransport: Correctly route outgoing messages in transactions

1 participant

@Anthchirp