Early messages #2
Labels
No Label
bug
change
check
Comp::Backend
Comp::Database
Comp::ICCC
Comp::Logging
Comp::Sessions
Comp::System
Comp::Users
enhancement
note
outdated
question
Ready2Test
security
todo
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Go/Ocean#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a problem with early ICCC messages, because the listener cache is not yet filled. Therefore, all these early messages are rejected!
Should be okay now! The init function is now building up the whole cache before returning.
It is not okay: The new problem is, that all local ICCC commands are disabled by the last shutdown event. Therefore, the correct loaded cache is still empty! It would be necessary, that also all commands are activated before the init event is returning or at least, that the cache gets loaded after all commands are active again.
Another problem for early messages: Until the web server is not up and running, it is not possible to deliver these messages.
Done. The sender is able to wait until the web server is up and ready. Early messages are working fine now! All tests passed :)