Skip to content

Commit

Permalink
[logs] dont run eventbus server, moved to api
Browse files Browse the repository at this point in the history
  • Loading branch information
lts-po committed Aug 31, 2022
1 parent a15e9f7 commit dc822e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packet_logs/code/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ type PacketInfo struct {
var wg sync.WaitGroup

func main() {
wg.Add(1)

go sprServer()
//this now runs in api container
//wg.Add(1)
//go sprServer()

client, err := sprbus.NewClient(ServerEventSock)
defer client.Close()
Expand Down

0 comments on commit dc822e5

Please sign in to comment.