Skip to content

Commit

Permalink
- Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Aug 7, 2024
1 parent f1a08ca commit 5735bf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Zframework/websocket_thread.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ local readThread=coroutine.wrap(function()
CHN_push(readCHN,lBuffer)
lBuffer=""
end
elseif op==9 then
_send(10,'')
else
CHN_push(readCHN,op)
if fin then
Expand Down
8 changes: 4 additions & 4 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,10 @@ for _,fileName in next,fs.getDirectoryItems('replay') do
end
table.sort(REPLAY,function(a,b) return a.fileName>b.fileName end)

AUTHURL="https://studio26f.org/oauth?product=techmino"
AUTHHOST="cafuuchino1.3322.org:8081"
WS.switchHost('cafuuchino1.3322.org','10026','/techmino/ws/v1')
HTTP.setHost("cafuuchino1.3322.org:10026")
AUTHURL="https://www.studio26f.org/oauth?product=techmino"
AUTHHOST="www.studio26f.org"
WS.switchHost('www.studio26f.org','80','/techmino/ws/v1')
HTTP.setHost("www.studio26f.org")
HTTP.setThreadCount(1)

table.insert(_LOADTIMELIST_,("Load Resources: %.3fs"):format(TIME()-_LOADTIME_))
Expand Down

0 comments on commit 5735bf4

Please sign in to comment.