mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 22:24:02 +03:00
bug fixes
This commit is contained in:
@@ -109,6 +109,7 @@ func newConnection(req *protocol.TelegramRequest, hub *connectionHub) (*connecti
|
||||
conn: conn,
|
||||
hub: hub,
|
||||
id: rand.Int(), // nolint: gosec
|
||||
done: make(chan struct{}),
|
||||
}
|
||||
go rv.run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user