server need .Stop() and .Destroy() #18

Merged
dan merged 1 commits from serverStopDestroy into trunk 2021-11-01 22:08:09 +00:00
Owner
No description provided.
sarah approved these changes 2021-11-01 22:01:59 +00:00
sarah left a comment
Owner

Just remembered: Flutter is going to need Ctrl-C signal handling to gracefully close the
bolt database, otherwise it may get stuck in a state where it is locked and unable to be opened.

Just remembered: Flutter is going to need Ctrl-C signal handling to gracefully close the bolt database, otherwise it may get stuck in a state where it is locked and unable to be opened.
servers_test.go Outdated
@ -33,2 +32,3 @@
s.Destroy()
log.Infof("NewServers()...\n" )
log.Infof("NewServers()...\n")
Owner

Don't need a new line here..

Don't need a new line here..
dan force-pushed serverStopDestroy from bb11461ac1 to b15fcb2242 2021-11-01 22:08:01 +00:00 Compare
dan merged commit 87b77fb2c7 into trunk 2021-11-01 22:08:09 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/server#18
No description provided.