ObjFW  View Ticket

2024-05-22
20:13 Ticket [91fb9d30cf] Support passing sockets between threads on AmigaOS status still Fixed with 1 other change artifact: 41b72734a0 user: js
2023-08-02
18:13 Fixed ticket [91fb9d30cf]. artifact: 9ee76ae0b1 user: js
2020-12-05
22:17 New ticket [91fb9d30cf]. artifact: 8034dea3d3 user: js

Ticket UUID: 91fb9d30cf60be7fc3d644eb7f7fdc52b6599bb6
Title: Support passing sockets between threads on AmigaOS
Status: Fixed Type: Feature Request
Severity: Important Priority: Medium
Subsystem: Resolution: Fixed
Last Modified: 2024-05-22 20:13:26
Version Found In: Milestone: 1.0
User Comments:
js added on 2020-12-05 22:17:14:

Sockets cannot be just passed between threads on AmigaOS/MorphOS. Instead, ObtainSocket needs to be used. Add a proper API to do this, that is a nop on other systems.


js added on 2023-08-02 18:13:39:

Implemented in [983342d8dd].