You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NIOTS provides an alternative EventLoop, EventLoopGroup, and several alternative Channels and Bootstraps
however there are no links to the actual alternative types provided by swift-nio-transport-services.
Using the ClientBootstrap from swift-nio for example would result in a runtime crash.
Could not cast value of type 'NIOTransportServices.NIOTSEventLoop' (0x1007c5a88) to 'NIO.SelectableEventLoop' (0x100513f90).
2018-11-30 20:24:55.782576+0100 NIOTest[24746:16198029] Could not cast value of type 'NIOTransportServices.NIOTSEventLoop' (0x1007c5a88) to 'NIO.SelectableEventLoop' (0x100513f90).
This is not obvious from going through the documentation.
It would be great if
swift-nio-transport-services would document its own types that augment those of swift-nio
the swift-nio documentation could add a note on using different types for users of swift-nio-transport-services
The text was updated successfully, but these errors were encountered:
Currently the Readme suggests
however there are no links to the actual alternative types provided by swift-nio-transport-services.
Using the
ClientBootstrap
from swift-nio for example would result in a runtime crash.This is not obvious from going through the documentation.
It would be great if
The text was updated successfully, but these errors were encountered: