D
Deno
P
Deno
β’
3y ago
β’
4 replies
pyzaist
WebSocket connections killing setInterval()
Hey Deno friends
, it appears that websocket connections are somehow stopping the execution of setInterval
(
)
.
I filed an issue about this here
, two months ago
:
https://github.com/denoland/deno/issues/19707
Should I expect to get a resolution on this
? Thanks
!
GitHub
setInterval() callback stops getting called immediately after WebSo...
I have code that is sort of like this
: run
.ts
: import
{ initGame
} from
"
.
/serverGame
.ts
"
; import socket from
"
.
/socket
.ts
"
; initGame
(
)
; const handler
= function
(req
: Request
)
:
.
.
.
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Websocket
D
Deno AI Helper / help
2y ago