Autogenerate packet type stubs

This commit is contained in:
Andrew Gutekanst
2019-12-27 02:45:00 +09:00
parent d893059971
commit e38b725662
439 changed files with 12205 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ import (
"time"
"github.com/Andoryuuta/Erupe/channelserver"
_ "github.com/Andoryuuta/Erupe/network/mhfpacket"
"github.com/Andoryuuta/Erupe/signserver"
_ "github.com/lib/pq"
)
@@ -37,9 +38,11 @@ func main() {
DB: db,
ListenAddr: ":53312",
})
go signServer.Listen()
err = signServer.Start()
if err != nil {
panic(err)
}
//go doChannelServer(":54001")
channelServer := channelserver.NewServer(
&channelserver.Config{
DB: db,