-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when Event Listening using Fabric SDKs #116
Comments
Log from the SDK v2 immediately prior to the error
|
Working Theory.... microfab has a bit of 'odd' networking to route all the connections though a single port. So all connections effectively are going to localhost:8080 but then routed to the appropriate process. In the extra above, there's a swap from org2 to org1... in the code this shouldn't change - but there's the The order of the list of the endpoints varies, whether org1 or org2 comes first. Each one, though has it has a different name as seen in the trace, has the same endpoint The service endpoint can connected ok - so that's got the correct URL... |
Scratch all of the above.... the reason local host was being used at all - was because the |
Found initially as part of hyperledger-caliper/caliper#1465
When using the 1.4.20 node sdk transactions would fail intermittently with
for the node 2.2 sdk the problem was similar with
No problems like this occur when using test network or the fabric-gateway
The text was updated successfully, but these errors were encountered: