Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
-
2018-13, 2018-14, 2018-15, 2018-16, 2018-17, 2018-18, 2018-19
Description
mcsapi has an underlying async IO library but we are currently blocking when sending/receiving packets of data. We should have an internal option to set whether to wait for return or not and use this for bulk write events. This will let us buffer write events and significantly increase performance of the library.