Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Rename Client to Conn #201

Closed
wants to merge 1 commit into from
Closed

Conversation

alanconway
Copy link
Contributor

Renamed Client to Conn, with alias type so backward compatible.
Did not rename client.go due to clash with existing conn.go.

Signed-off-by: Alan Conway aconway@redhat.com

Signed-off-by: Alan Conway <aconway@redhat.com>
@vcabbage
Copy link
Owner

vcabbage commented Dec 3, 2019

I'm not prepared to merge this until server support is also ready.

alanconway added a commit to alanconway/vcabbage-amqp that referenced this pull request Dec 5, 2019
example_server_test.go: very simple one-queue broker, tests basic send/receive.

- Lots of unfinished stuff: grep for FIXME to see known holes.
- Needs much more testing, performance profiling etc.

Depends on the following pending PRs, must be re-based after they merge:

- vcabbage#204  Improved debug logging.
- vcabbage#203  Make conn.Close() wait till shutdown is complete.
- vcabbage#201  Rename Client to Conn
- vcabbage#198  Fix SEGV when using dynamic addresses.

Signed-off-by: Alan Conway <aconway@redhat.com>
@alanconway
Copy link
Contributor Author

I'm not prepared to merge this until server support is also ready.

Makes sense. Server support is now working for the simplest case but not finished (a lot o f panic("FIXME") in the not-simplest case :) How long till this repo goes dormant? Need to think about whether I finish it here or consider forking/rewriting electron/something else...

@vcabbage
Copy link
Owner

vcabbage commented Dec 9, 2019

My previous comment predates the decision to retire this project. I don't intend to merge non-bug improvements/features. Since #198 and #203 are bug fixes they could be finished up and merged, but given the current project status it's understandable if you'd rather not do anymore work on them.

@vcabbage
Copy link
Owner

Closed per #205

@vcabbage vcabbage closed this Dec 10, 2019
alanconway added a commit to alanconway/vcabbage-amqp that referenced this pull request Dec 11, 2019
example_server_test.go: very simple one-queue broker, tests basic send/receive.

- Lots of unfinished stuff: grep for FIXME to see known holes.
- Needs much more testing, performance profiling etc.

Depends on the following pending PRs, must be re-based after they merge:

- vcabbage#204  Improved debug logging.
- vcabbage#203  Make conn.Close() wait till shutdown is complete.
- vcabbage#201  Rename Client to Conn
- vcabbage#198  Fix SEGV when using dynamic addresses.

Signed-off-by: Alan Conway <aconway@redhat.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants