python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
CircularBuffer error after upgrading to Xcode 13.3, SwiftNIO, Vapor in the mix
I have a project that will not compile, after upgrading to Xcode 13.3 The error is
Type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
and
Unavailable subscript 'sub...
Dan Donaldson
Votes: 0
Answers: 1
How to transfer data between SwiftNIO TCP-server and Python based TCP-client?
I have a TCP server written in SwiftNIO, based on this documentation.
I want my client to be written in python from which I can send multiple JSON strings & can receive similar/different multiple ...
spt025
Votes: 0
Answers: 1
Vapor (SwiftNIO) Interfacing with Async Methods
I am trying to use an async method from a 3rd party library to get a string result from a URL
public static func fetch(url: URL, completion: @escaping (Result<String, Error>) -> Void) {
insi...
Wendell
Votes: 0
Answers: 1