Skip to content

added new exported unregister session call - #316

Merged
cbusbey merged 1 commit into
quickfixgo:masterfrom
brobits:unregister_session
Jan 19, 2018
Merged

added new exported unregister session call#316
cbusbey merged 1 commit into
quickfixgo:masterfrom
brobits:unregister_session

Conversation

@brobits

@brobits brobits commented Jan 19, 2018

Copy link
Copy Markdown

useful for test cleanup in other packages. an example, when SessionIDs are tracked in sessions:

for _, s := range sessions {
	err := fix.UnregisterSession(s)
	if err != nil {
		log.Printf("could not remove session %s: %s", s.String(), err.Error())
	}
}

@cbusbey

cbusbey commented Jan 19, 2018

Copy link
Copy Markdown
Contributor

Thanks bits 🍻

@cbusbey
cbusbey merged commit 1ce4ada into quickfixgo:master Jan 19, 2018
level2player pushed a commit to longbridge/quickfix that referenced this pull request Jul 19, 2022
added new exported unregister session call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants