Konrad `ktoso` Malawski

Results 259 issues of Konrad `ktoso` Malawski

`22:15:00 ERROR: Cannot schedule tasks on an EventLoop that has already shut down. This will be upgraded to a forced crash in future SwiftNIO versions.` Full log: ``` 22:14:59 Test...

failed 💥

Since we may want to survive a channel dying and getting a new one to the same instance of the actor system.

s:medium
t:cluster:all

When we get handshakes we compare the string of the passed in host i.e. "localhost" to what we bound to. If we bound to 127.0.0.1 but someone tries to handshake...

help wanted
s:small
discussion

Could we somehow automate the `0.4.0` in `Instruments/ActorInstruments/ActorInstruments/ActorInstruments.instrpkg`? It should be some form of `.` technically speaking

The OpLogReceptionist works on operations which get bursted up and streamed. We may want to wait locally between multiple pushes before publishing a "batch update" to all local subscibers. This...

1 - triaged
t:cluster:all
t:receptionist

Messages sent as timers should be reported as such, this can help spot periodic things or when they get "stuck" by forgetting a timer etc.

help wanted
1 - triaged
t:observability

Imported old issue. Generally this is a way to "carry" context across actors, we'll want this to play well with the GSOC ideas around tracing and propagation --- We need...

1 - triaged
t:observability

Mini task to enable https://github.com/apple/swift-distributed-actors/issues/433 to be done by probes. Not super necessary, small task to be picked up by who'd like to. It means changing `watchCommand` and surfacing in...

1 - triaged
s:small
t:actor

TO discuss while we remove the actor tree 17:30 that gets tricky since watch can be remote… thus would have to serialize Error… 17:30 parent/child are never remote so there...

1 - triaged
t:supervision
t:actor
discussion

Today we have a hardcoded ACK: ```swift logic.receiveGossip(origin: origin.asAddressable(), payload: payload) ackRef.tell(.init()) // TODO allow the user to return an ACK from receiveGossip ``` This should rather be: ```swift if...

help wanted
s:small
t:cluster:gossip