Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

一个进程中有多个luaState, 我该如何每个虚拟机监听1个端口?

Open
#71 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp, lua

Research direction

Start by tracing the tcpListen entry point and how it associates a listener with each luaState. Clarify whether the intended result is one port per virtual machine or one shared port, then define completion as multiple luaState instances no longer overwriting one another while accepting connections as specified.

Written by the indexing model from the issue text.

Description

我一个进程内有多个lua虚拟机, 我想每个虚拟机各自监听一个端口/或者只监听1个端口, 该怎么做?
现在调用tcpListen后一个会覆盖前一个

Dominant language
C++
Stars
253
Forks
99
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from EmmyLua/EmmyLuaDebugger

All issues in EmmyLua/EmmyLuaDebugger

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.