-
Notifications
You must be signed in to change notification settings - Fork 19
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
close channel #57
Comments
Not a bug. It depends on the protocol transition. |
Hm, ok, is there any rule to choose call |
@minaevmike let me explain on examples. {
0: ['resolve', {}, {0: ['value', {}], 1: ['error', {}]}],
1: ['connect', {}, {0: ['write', None], 1: ['error', {}], 2: ['close', {}]}],
2: ['refresh', {}, {0: ['value', {}], 1: ['error', {}]}],
3: ['cluster', {}, {0: ['value', {}], 1: ['error', {}]}],
4: ['publish', {0: ['discard', {}]}, {0: ['value', {}], 1: ['error', {}]}],
5: ['routing', {0: ['discard', {}]}, {0: ['write', None], 1: ['error', {}], 2: ['close', {}]}]
} if you call Application's graph: {
0: ['enqueue', {0: ['write', None], 1: ['error', {}], 2: ['close', {}]}, {0: ['write', None], 1: ['error', {}], 2: ['close', {}]}],
1: ['info', {}, {0: ['value', {}], 1: ['error', {}]}], 2: ['control', {0: ['write', None], 1: ['error', {}], 2: ['close' {}]
} if you call |
Hi,
could you tell is it a bug or not. In your test
cocaine-framework-go/cocaine12/service_test.go
Line 70 in 0678e6e
https://github.com/cocaine/cocaine-framework-go/blob/master/cocaine12/locator.go#L65 there is no defer, is ok, or defer in nessesary?
The text was updated successfully, but these errors were encountered: