Skip to content

Commit

Permalink
Complete #65 - DQ
Browse files Browse the repository at this point in the history
  • Loading branch information
mkromberg committed Nov 29, 2024
1 parent 3ebd856 commit 937957a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion EWC/dDQ.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

obs,(pre(caller),'.'),'_EWC.TIMER' The object which implements our message queue
:If 9⎕NC obs If it was not created in make_EWC
make_EWC_TIMER caller
make_EWC_TIMER caller._EWC
:EndIf

:If USEHR In Desktop mode, also DQ all the HTMLRenderers
Expand Down
1 change: 0 additions & 1 deletion EWC/make_EWC.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ make_EWC code;ns
code.⎕EX'_EWC'
ns'_EWC'code.⎕NS'' Create Session State namespace
ns.buffer'' Websocket receive buffer
...
:If MODE2
make_EWC_TIMER ns In MULTI mode, DQ must create the TIMER
:EndIf
Expand Down

0 comments on commit 937957a

Please sign in to comment.