mirror of
https://github.com/opensim/opensim.git
synced 2026-06-17 01:45:56 +08:00
We're not really done here.. but we're getting there. Socket Read is working.. Still have to do Header.ToBytes and compose a websocket frame with a payload.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSim.Region.ClientStack.TCPJSONStream
|
||||
|
||||
public void NetworkStop()
|
||||
{
|
||||
m_tcpServer.Stop();
|
||||
// m_tcpServer.Stop();
|
||||
}
|
||||
|
||||
public bool HandlesRegion(Location x)
|
||||
@@ -62,12 +62,12 @@ namespace OpenSim.Region.ClientStack.TCPJSONStream
|
||||
|
||||
public void Start()
|
||||
{
|
||||
m_tcpServer.Start();
|
||||
//m_tcpServer.Start();
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
{
|
||||
m_tcpServer.Stop();
|
||||
// m_tcpServer.Stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user