X Tutup
Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Start kite server immediately#11447

Merged
rjeczalik merged 1 commit intomasterfrom
kloud
Oct 5, 2017
Merged

Start kite server immediately#11447
rjeczalik merged 1 commit intomasterfrom
kloud

Conversation

@szkl
Copy link
Member

@szkl szkl commented Oct 5, 2017

Signed-off-by: Sonmez Kartal sonmez@koding.com

@szkl szkl requested a review from rjeczalik October 5, 2017 13:53
log.Fatal(err)
}

k.Kite.Run()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go k.Kite.Run()

This is blocking operation, so it needs to be started on a separate gouroutine.

Signed-off-by: Sonmez Kartal <sonmez@koding.com>
@rjeczalik rjeczalik merged commit ece3e34 into master Oct 5, 2017
@rjeczalik rjeczalik deleted the kloud branch October 5, 2017 14:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup