goStart #53

Merged
sarah merged 3 commits from goStart into trunk 2021-06-15 18:07:04 +00:00
Owner
  • move cwtchStart (acn creation, app creation) to a go routine cus its slow and stall app start
  • cwtchStart reports success/error by message now
  • also removing unused code (getACNEvents, getContactEvents, getRepaintEvent, SelectProfile)
- move cwtchStart (acn creation, app creation) to a go routine cus its slow and stall app start - cwtchStart reports success/error by message now - also removing unused code (getACNEvents, getContactEvents, getRepaintEvent, SelectProfile)
Owner
Drone Build Status: failure https://build.openprivacy.ca/flutter/libcwtch-go/195
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/196
sarah reviewed 2021-06-15 17:41:01 +00:00
@ -169,3 +170,2 @@
}
//export c_SendAppEvent
//export c_SendAppEvent
Owner

duplicate?

duplicate?
dan marked this conversation as resolved
sarah reviewed 2021-06-15 17:41:31 +00:00
@ -41,0 +34,4 @@
// PublishAppEvent is a way for libCwtch-go to publish an event for consumption by a UI before a Cwtch app has been initalized
// Main use: to signal an error before a cwtch app could be created
func (eh *EventHandler) PublishAppEvent(event event.Event) {
log.Infof("PublishAppEvent %v\n", event)
Owner

this shouldn't be info

this shouldn't be info
dan marked this conversation as resolved
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/libcwtch-go/197
sarah merged commit c5f36a9480 into trunk 2021-06-15 18:07:04 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
3 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: flutter/libcwtch-go#53
No description provided.